Skip to content

Commit 0b65b2d

Browse files
committed
remove deprecated --use-mirrors in travis config
1 parent 70d1e22 commit 0b65b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ python:
44
- "2.7"
55
# command to install dependencies
66
install:
7-
- "pip install -r requirements.txt --use-mirrors"
8-
- pip install coveralls --use-mirrors
7+
- "pip install -r requirements.txt"
8+
- pip install coveralls
99
# command to run tests
1010
script:
1111
- "nosetests --with-coverage --cover-erase --cover-branches --cover-package=the_ark"

0 commit comments

Comments
 (0)