8000 --use-mirrors no longer exists · pylint-dev/pylint-plugin-utils@40ae0f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40ae0f5

Browse files
committed
--use-mirrors no longer exists
1 parent 42d4c87 commit 40ae0f5

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
@@ -7,7 +7,7 @@ python:
77
- "3.5"
88
- "3.6"
99
install:
10-
- "pip install --use-mirrors --editable ."
10+
- "pip install --editable ."
1111
- "pip install coverage"
1212
script:
1313
true

0 commit comments

Comments
 (0)
0