Skip to content

Commit

Permalink
Merge pull request #149 from vivekkumac/fixTravis
Browse files Browse the repository at this point in the history
removing --use-mirrors as pip 7 and later no longer support it
  • Loading branch information
rdobson authored Sep 20, 2016
2 parents bcc08fb + 3aa7dd4 commit 69ce059
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 69ce059

Please sign in to comment.