We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a9c92 commit 7129801Copy full SHA for 7129801
.travis.yml
@@ -4,5 +4,6 @@ python:
4
- 2.7
5
install:
6
- pip install -r requirements.txt --use-mirrors
7
+ - pip install -r dev-requirements.txt --use-mirrors
8
script:
9
- nosetests tests
0 commit comments