Update travis to remove --use-mirrors for 2.0-rc1 branch.

Was causing errors in builds.
This commit is contained in:
Craig Moyer 2017-01-13 20:03:10 -05:00
parent cefc2db8b7
commit 12282b858b

View file

@ -4,7 +4,7 @@ python:
- "3.3"
- "3.4"
install:
- "pip install -e . --use-mirrors"
- "pip install -e ."
- "pip install -q behave"
# command to run tests
script: