Skip to content

Commit

Permalink
removing --use-mirrors as pip 7 and later no longer support it
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkumac committed Sep 1, 2016
1 parent bcc08fb commit 3aa7dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"

install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install -r requirements.txt"

script:
- nosetests -c .noserc autocertkit/tests/ acktools/
Expand Down

0 comments on commit 3aa7dd4

Please sign in to comment.