Skip to content

Commit 6ddeeee

Browse files
committed
Fixed install command.
1 parent 093bd22 commit 6ddeeee

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
@@ -2,6 +2,6 @@ language: python
22
python:
33
- 2.6
44
- 2.7
5-
install: pip install -r requirements.txt --user-mirrors
5+
install: pip install -r requirements.txt --use-mirrors
66
script: nosetests tests
77

0 commit comments

Comments
 (0)