Skip to content

Commit a0f0ec9

Browse files
author
Jesse Myers
committed
We don't need to use mirrors and the flag is deprecated.
1 parent 5e5488e commit a0f0ec9

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
@@ -2,7 +2,7 @@ language: python
22
python:
33
- '2.7'
44
sudo: false
5-
install: pip install . --use-mirrors
5+
install: pip install .
66
script: python setup.py nosetests
77
deploy:
88
provider: pypi

0 commit comments

Comments
 (0)