summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-12-14 12:34:46 +0100
committerStefan Kögl <stefan@skoegl.net>2012-12-14 12:34:46 +0100
commit76500aa810b5a96b27a313720b63e338ba568cc9 (patch)
treebb50aa8ae3dd33f6a21597913e3e9bf65798bfd3
parentb1d1665e21ed91a7357e8aa637863ddc3f47835c (diff)
downloadpython-json-pointer-76500aa810b5a96b27a313720b63e338ba568cc9.tar.gz
fix running tests during travis build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b5e255..5c29eaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ python:
# command to install dependencies
install: pip install
# command to run tests
-script: nosetests
+script: nosetests tests.py