diff --git a/.travis.yml b/.travis.yml index c4c516f..011e49d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,11 @@ install: # command to run tests, e.g. python setup.py test script: COMMAND='coverage run' tox -e$TOXENV -after_success: coveralls +before_install: + - pip install codecov +after_success: + - codecov + - coveralls matrix: exclude: