From c6f86315c6dc382a04f99e1e478db9566632e8bf Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 20 Nov 2016 09:46:58 +0100 Subject: [PATCH] Removed cleanup from tox --- tox.ini | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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