Skip to content

Commit 1b683fd

Browse files
author
jbub
committed
Fix travis build, pip no longer support use-mirrors option.
1 parent 700b946 commit 1b683fd

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,5 +6,5 @@ python:
66
- "2.7"
77
- "3.3"
88
- "3.4"
9-
install: "pip install -r dev-requirements.txt --use-mirrors"
9+
install: "pip install -r dev-requirements.txt"
1010
script: make test

0 commit comments

Comments
 (0)