Merge pull request #36 from khornberg/chore/travis-release

Debugging: Reorder conditions
This commit is contained in:
Kyle Hornberg
2018-09-04 10:27:53 -05:00
committed by GitHub
+1 -1
View File
@@ -57,8 +57,8 @@ deploy:
skip_cleanup: true
on:
branch: master
condition: '$TOXENV = py36'
condition: '$TRAVIS_TAG != $(python ./setup.py--version)'
condition: '$TOXENV = py36'
- provider: script
script: scripts/pypi.sh
on: