Skip to content

Commit ba41d90

Browse files
authored
Merge pull request #114 from RedisLabs/travis_pip_use_mirors
Removed travis use of no longer supported pip switch --use-mirrors .
2 parents aee12a8 + aca998f commit ba41d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- '3.4'
77
- pypy
88
- pypy3
9-
install: pip install . --use-mirrors
9+
install: pip install .
1010
script: python setup.py nosetests
1111
deploy:
1212
provider: pypi

0 commit comments

Comments
 (0)