Skip to content

Commit 6b89738

Browse files
authored
Remove another --use-mirrors
1 parent 2be9ab2 commit 6b89738

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.4"
88
install:
99
- "pip install ."
10-
- "pip install pytest --use-mirrors"
10+
- "pip install pytest"
1111
- "pip install coverage coveralls"
1212
script: coverage run setup.py test
1313
after_success:

0 commit comments

Comments
 (0)