We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df4dc4 commit f1032c3Copy full SHA for f1032c3
.travis.yml
@@ -3,4 +3,6 @@ python:
3
- "2.6"
4
- "2.7"
5
- "3.3"
6
+install:
7
+ - pip install nose --use-mirrors
8
script: nosetest -s tests
0 commit comments