Skip to content

Commit 9d0a8e3

Browse files
committed
Remove deprecated pip option
1 parent 890fee3 commit 9d0a8e3

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
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55

66
install:
7-
- pip install . --use-mirrors
7+
- pip install .
88
- pip install -r requirements/test.txt
99

1010
script:

0 commit comments

Comments
 (0)