diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2012-12-14 12:34:46 +0100 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2012-12-14 12:34:46 +0100 |
| commit | 76500aa810b5a96b27a313720b63e338ba568cc9 (patch) | |
| tree | bb50aa8ae3dd33f6a21597913e3e9bf65798bfd3 | |
| parent | b1d1665e21ed91a7357e8aa637863ddc3f47835c (diff) | |
| download | python-json-pointer-76500aa810b5a96b27a313720b63e338ba568cc9.tar.gz | |
fix running tests during travis build
| -rw-r--r-- | .travis.yml | 2 |
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 |
