diff --git a/.travis.yml b/.travis.yml index 99366f5..caa1dd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,5 +45,8 @@ script: fi - $COVERAGE $PYTEST -v tests/ +after_success: + - if [ ! -z "$COVERAGE" ]; then codecov; fi + #notifications: # email: false