Remove --use-mirrors switch from travis setup (#477)

The --use-mirrors pip switch does not work since pip 7.0.0. This caused
travis builds to fail.

This commit removes the --use-mirrors switch.
This commit is contained in:
Radomír Bosák 2017-03-10 18:47:43 +01:00
parent 8fe8e00e1b
commit d6db0c1549

View file

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