Skip to content

Commit bcc83a0

Browse files
committed
fix(wool): Check if not PR
1 parent 06302e7 commit bcc83a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
- sed -i.bak "s/0.1.0/$(git describe --tags --abbrev=0 --match=[0-9]*)/g" setup.py
1515
- python setup.py install
1616
- py.test -vv tests
17-
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then wool; fi
17+
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 && $PR_NUMBER != false ]]; then wool; fi
1818
deploy:
1919
skip_cleanup: true
2020
provider: pypi

0 commit comments

Comments
 (0)