Skip to content

Commit

Permalink
Removed travis use of no longer supported pip switch --use-mirrors .
Browse files Browse the repository at this point in the history
  • Loading branch information
amotzg committed Dec 4, 2016
1 parent aee12a8 commit aca998f
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 @@ -6,7 +6,7 @@ python:
- '3.4'
- pypy
- pypy3
install: pip install . --use-mirrors
install: pip install .
script: python setup.py nosetests
deploy:
provider: pypi
Expand Down

0 comments on commit aca998f

Please sign in to comment.