summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-12-14 12:36:21 +0100
committerStefan Kögl <stefan@skoegl.net>2012-12-14 12:36:21 +0100
commit0fc6dbdc067a28222ece0a4e853a7298efba1b73 (patch)
treebca975c8cb05c2f7511866944c909bc0b22ccfa6
parent777697e893c772c1df32af9b91747826c935c928 (diff)
downloadpython-json-patch-0fc6dbdc067a28222ece0a4e853a7298efba1b73.tar.gz
fix test run in travis build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 42c86c5..5b0216a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ python:
# command to install dependencies
install: pip install -r requirements.txt
# command to run tests
-script: nosetests
+script: nosetests tests.py