diff --git a/.travis.yml b/.travis.yml index d6c87bf..dac41a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,5 @@ install: - pip install -r test_requirements.txt script: - py.test --cov taar tests +after_success: + - coveralls \ No newline at end of file diff --git a/test_requirements.txt b/test_requirements.txt index 11e217f..6ea3df8 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -2,3 +2,4 @@ pytest pytest-cov flake8 responses +coveralls \ No newline at end of file