From 76500aa810b5a96b27a313720b63e338ba568cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Fri, 14 Dec 2012 12:34:46 +0100 Subject: fix running tests during travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1