Skip to content

Commit 54b9374

Browse files
committed
Install self before deploy
1 parent 94c499a commit 54b9374

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
@@ -13,7 +13,7 @@ script: tox
1313
after_success:
1414
- coveralls
1515
before_deploy:
16-
- pip install -r CI_REQUIREMENTS.txt
16+
- pip install -U .
1717
deploy:
1818
- provider: pypi
1919
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)