Skip to content

Commit 222f932

Browse files
committed
Fix travis
was failing with no such option: --use-mirrors
1 parent 65ab77b commit 222f932

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
@@ -5,7 +5,7 @@ python:
55
- 2.7
66

77
install:
8-
- pip install -r requirements_dev.txt --use-mirrors
8+
- pip install -r requirements_dev.txt
99
- python setup.py install
1010

1111
script: python setup.py test

0 commit comments

Comments
 (0)