Skip to content

Commit 094862c

Browse files
committed
Try installing requirements before deploying (because the requirements that tox installed aren't available to the Python that Travis PyPI uses for deployment). Ref #934.
1 parent 97372c1 commit 094862c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ script:
2626

2727
- tox
2828

29+
before_deploy:
30+
- pip install -r requirements.txt
2931
deploy:
3032
provider: pypi
3133
# Also update server in setup.cfg

0 commit comments

Comments
 (0)