8000 Remove pip --use-mirrors from .travis.yml · mynerva/python-jsonpath-rw@2be9ab2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2be9ab2

Browse files
authored
Remove pip --use-mirrors from .travis.yml
1 parent 45b4382 commit 2be9ab2

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,7 +6,7 @@ python:
66
- "3.3"
77
- "3.4"
88
install:
9-
- "pip install . --use-mirrors"
9+
- "pip install ."
1010
- "pip install pytest --use-mirrors"
1111
- "pip install coverage coveralls"
1212
script: coverage run setup.py test

308E 0 commit comments

Comments
 (0)
0