diff --git a/.travis.yml b/.travis.yml index 72dd46b..4125e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: '3.5' cache: pip install: - - pip install tox + - pip install coverage tox script: - coverage erase