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 committed by Manuel Ebert
parent a95859a292
commit 8615679beb

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: