diff --git a/.travis.yml b/.travis.yml index 1e410d1..6714f83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ before_install: install: - "pip install setuptools" after_success: - - "codecov --repo=$CODECOV_TOKEN" + - "codecov -t" - coveralls