diff --git a/.travis.yml b/.travis.yml index c3254af..22651e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ install: - pip install coveralls - pip install scrutinizer-ocular script: + - coverage erase - tox after_script: - coveralls diff --git a/tox.ini b/tox.ini index f9c6143..f882db3 100644 --- a/tox.ini +++ b/tox.ini @@ -11,5 +11,4 @@ deps = vcrpy pyyaml commands = - coverage erase nosetests --verbosity 1 --with-coverage --cover-package=steam