diff --git a/.travis.yml b/.travis.yml index d1fd264..e586f69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ python: install: - python setup.py install + - pip install coveralls script: - - python test_runner.py test + - coverage run test_runner.py test + +after_success: + coveralls