diff --git a/.travis.yml b/.travis.yml index bc10c15..30ea546 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: # command to run tests, e.g. python setup.py test script: - coverage run --source=pyeasyga setup.py test + python -m unittest discover tests/ after_success: coveralls