summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn@kennknowles.com>2016-12-17 15:36:27 -0800
committerGitHub <noreply@github.com>2016-12-17 15:36:27 -0800
commit6b897384f5b7e9f476f7a694f26aca80d868be23 (patch)
tree5ed3c9cb0f6d3d81ca718102622af31c42eebfda
parent2be9ab2e9b5e764a06a9ae453629a94a2aa91002 (diff)
downloadjsonpath-rw-6b897384f5b7e9f476f7a694f26aca80d868be23.tar.gz
Remove another --use-mirrors
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9857e19..8c18230 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
- "3.4"
install:
- "pip install ."
- - "pip install pytest --use-mirrors"
+ - "pip install pytest"
- "pip install coverage coveralls"
script: coverage run setup.py test
after_success: