We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f047b4e commit 33954e7Copy full SHA for 33954e7
1 file changed
.travis.yml
@@ -6,8 +6,8 @@ python:
6
- "3.3"
7
- "pypy"
8
install:
9
- - pip install . --use-mirrors
10
- - pip install -r tests/requirements.txt --use-mirrors
+ - pip install .
+ - pip install -r tests/requirements.txt
11
script:
12
- flake8
13
- nosetests
0 commit comments