diff --git a/.travis.yml b/.travis.yml index 6f65642..c0589ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,7 @@ install: - pip install -r requirements.txt script: pytest + +after_success: + - coverage run -m pytest + - coveralls