We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d1e22 commit 0b65b2dCopy full SHA for 0b65b2d
.travis.yml
@@ -4,8 +4,8 @@ python:
4
- "2.7"
5
# command to install dependencies
6
install:
7
- - "pip install -r requirements.txt --use-mirrors"
8
- - pip install coveralls --use-mirrors
+ - "pip install -r requirements.txt"
+ - pip install coveralls
9
# command to run tests
10
script:
11
- "nosetests --with-coverage --cover-erase --cover-branches --cover-package=the_ark"
0 commit comments