diff --git a/.travis.yml b/.travis.yml index 73781ed..f3fb55a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,11 @@ python: install: - pip install coverage pytest-cov + - pip install coveralls script: - coverage run -m unittest sample.tests after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) + - coveralls \ No newline at end of file