We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cac6c35 + 67b4f70 commit fb0f39fCopy full SHA for fb0f39f
.travis.yml
@@ -16,7 +16,7 @@ python:
16
env:
17
- REQ_ENV='-r requirements.txt .[test]'
18
- REQ_ENV='-r requirements-min.txt .[test]'
19
- - REQ_ENV='--upgrade --upgrade-strategy=eager .[test]'
+ - REQ_ENV='--upgrade --upgrade-strategy=eager .[test]' # if changing this, change the deploy condition as well
20
21
22
# PyPI doesn't have wheels built for the minimum requirements (e.g. numpy 1.12)
@@ -46,7 +46,7 @@ deploy:
46
tags: true
47
branch: master
48
python: 3.6
49
- condition: $REQ_ENV == '--upgrade --upgrade-strategy=eager .'
+ condition: $REQ_ENV == '--upgrade --upgrade-strategy=eager .[test]'
50
distributions: "sdist bdist_wheel"
51
skip_cleanup: true
52
skip_existing: true
0 commit comments