Skip to content

Commit 24b8ddc

Browse files
committed
pip install use mirrors
1 parent 33d7e75 commit 24b8ddc

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
install:
66
- "pip install coverage --use-mirrors"
77
- "pip install pep8 --use-mirrors"
8-
- "pip install pyflakes"
8+
- "pip install pyflakes --use-mirrors"
99
before_script:
1010
- "pep8 --max-line-length=160 ."
1111
- "pyflakes ."

0 commit comments

Comments
 (0)