diff --git a/.travis.yml b/.travis.yml index 16199599..00aecc23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,7 @@ script: before_install: - pip install codecov - pip install pytest-cov + - pip install coveralls after_success: - - codecov \ No newline at end of file + - codecov + - coveralls