diff --git a/tox.ini b/tox.ini index edb1680..d03ba12 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = cleanup,py27,py34,{py27,py34}-flake8 +envlist = py27,py34,{py27,py34}-flake8 usedevelop = True @@ -20,9 +20,3 @@ commands = flake8 {posargs} basepython = python3.4 deps = flake8 commands = flake8 {posargs} - -[testenv:cleanup] -setenv = -COVERAGE_FILE = .coverage -deps = coverage -commands = coverage erase