diff --git a/.travis.yml b/.travis.yml index 1e6482a0ad08..146bc7b49aa2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,4 @@ install: - python setup.py install script: - - coverage erase - - python runtests.py --coverage - - coverage combine - -after_success: - - bash <(curl -s https://codecov.io/bash) + - python runtests.py