Commit 094862cd authored by Jason R. Coombs's avatar Jason R. Coombs

Try installing requirements before deploying (because the requirements that...

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.
parent 97372c13
...@@ -26,6 +26,8 @@ script: ...@@ -26,6 +26,8 @@ script:
- tox - tox
before_deploy:
- pip install -r requirements.txt
deploy: deploy:
provider: pypi provider: pypi
# Also update server in setup.cfg # Also update server in setup.cfg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment