Skip to content

Commit 33954e7

Browse files
committed
travis: remove --use-mirrors
1 parent f047b4e commit 33954e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ python:
66
- "3.3"
77
- "pypy"
88
install:
9-
- pip install . --use-mirrors
10-
- pip install -r tests/requirements.txt --use-mirrors
9+
- pip install .
10+
- pip install -r tests/requirements.txt
1111
script:
1212
- flake8
1313
- nosetests

0 commit comments

Comments
 (0)