diff --git a/.travis.yml b/.travis.yml index 64e3fde..1594cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ install: - python setup.py install # command to run tests -script: python setup.py develop && nosetests -w tests/ #nosetests -c nose.cfg +script: python setup.py develop && nosetests -w tests/ #nosetests -c nose.cfg after_success: - coveralls + - coveralls