We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f627a commit bcb7651Copy full SHA for bcb7651
.travis.yml
@@ -6,4 +6,4 @@ install:
6
- pip install -r requirements.txt --use-mirrors
7
- pip install -r dev-requirements.txt --use-mirrors
8
script:
9
- - nosetests tests
+ - PYTHONPATH=. describe tests/unit
0 commit comments