We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f1f79 commit 5d28535Copy full SHA for 5d28535
.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
- - PYTHONPATH=. nosetests tests/unit
+ - ./tests/run_tests.sh
tests/run_tests.sh
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+nosetests tests/unit
3
+exit $?
0 commit comments