diff --git a/.travis.yml b/.travis.yml index 2123fbf..02fe2f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,8 @@ matrix: install: pip install tox # command to run tests script: tox -e $TOX_ENV +# codecov +before_install: + - pip install codecov +after_success: + - codecov