diff --git a/.travis.yml b/.travis.yml index 2495e5b6a2..cc8249b4fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -197,14 +197,14 @@ jobs: before_script: true script: .ci/check_unsupported.sh - # - python: 3.6 - # stage: sentinel - # before_install: [] - # install: pip install moban~=0.5.0 gitfs2 pypifs - # before_script: [] - # script: .ci/check_moban.sh - # after_success: [] - # after_failure: [] + - python: 3.6 + stage: sentinel + before_install: [] + install: pip install moban~=0.5.0 gitfs2 pypifs + before_script: [] + script: .ci/check_moban.sh + after_success: [] + after_failure: [] # Entries generates from `supported_versions` - stage: sentinel diff --git a/test-requirements.txt b/test-requirements.txt index 601491b9b2..69914db0a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ colorama<0.4 coverage==4.4.1 coverage-env-plugin~=0.1 coverage-config-reload-plugin~=0.2 -codecov~=2.0.5 +codecov~=2.1.0 moban~=0.5.0 ; python_version > '3.0' packaging~=16.8 pytest~=4.6