fix running tests during travis build

This commit is contained in:
Stefan Kögl
2012-12-14 12:34:46 +01:00
parent b1d1665e21
commit 76500aa810

View File

@@ -7,4 +7,4 @@ python:
# command to install dependencies
install: pip install
# command to run tests
script: nosetests
script: nosetests tests.py