mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
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:
parent
8fe8e00e1b
commit
d6db0c1549
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue