We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d28535 commit ff20a4dCopy full SHA for ff20a4d
.travis.yml
@@ -5,5 +5,7 @@ python:
5
install:
6
- pip install -r requirements.txt --use-mirrors
7
- pip install -r dev-requirements.txt --use-mirrors
8
-script:
+script:
9
+ - which nosetests
10
+ - nosetests --version
11
- ./tests/run_tests.sh
dev-requirements.txt
@@ -1,5 +1,6 @@
1
#
2
# Development dependencies.
3
4
+nose==1.3.4
httpretty==0.8.8
mock==1.0.1
0 commit comments