Skip to content

Commit 3b80fcb

Browse files
committed
fix: removed --use-mirrors from pip
1 parent 4246511 commit 3b80fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- DJANGO=1.8.13
77
- DJANGO=1.9.7
88
install:
9-
- pip install -q Django==$DJANGO --use-mirrors
9+
- pip install -q Django==$DJANGO
1010
- pip install coveralls
1111
- pip install -r rest_auth/tests/requirements.pip
1212
matrix:

0 commit comments

Comments
 (0)