Skip to content

Commit

Permalink
Merge pull request locationlabs#114 from RedisLabs/travis_pip_use_mirors
Browse files Browse the repository at this point in the history
Removed travis use of no longer supported pip switch --use-mirrors .
  • Loading branch information
srikalyan authored Jan 6, 2017
2 parents aee12a8 + aca998f commit ba41d90
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 ba41d90

Please sign in to comment.