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.
1 parent 06302e7 commit bcc83a0Copy full SHA for bcc83a0
.travis.yml
@@ -14,7 +14,7 @@ script:
14
- sed -i.bak "s/0.1.0/$(git describe --tags --abbrev=0 --match=[0-9]*)/g" setup.py
15
- python setup.py install
16
- py.test -vv tests
17
-- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then wool; fi
+- if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $PR_NUMBER != false ]]; then wool; fi
18
deploy:
19
skip_cleanup: true
20
provider: pypi
0 commit comments