Skip to content

Commit 0b768ec

Browse files
committed
Remove obsolete pip flag --use-mirrors in travis config
1 parent d80b542 commit 0b768ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ python:
33
- "2.6"
44
- "2.7"
55
install:
6-
- pip install django --use-mirrors
7-
- pip install python-magic --use-mirrors
8-
- pip install -e . --use-mirrors
9-
- pip install coveralls --use-mirrors
6+
- pip install django
7+
- pip install python-magic
8+
- pip install -e .
9+
- pip install coveralls
1010
script:
1111
- coverage run --source=validatedfile runtests.py
1212
notifications:

0 commit comments

Comments
 (0)