From cecf1ca01d9db263ca257703e2eb5dbebc09d091 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 18 Dec 2018 14:49:55 +0000 Subject: [PATCH] tox: don't use basepython in htmlcov toxenv use whatever default python tox is installed to, it doesn't matter. (I don't have 3.6 in my path) --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 32ee0116d..718778214 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,36}-cov, htmlcov +envlist = py{27,37}-cov, htmlcov [testenv] deps = @@ -17,7 +17,6 @@ commands = nocov: pytest {posargs} [testenv:htmlcov] -basepython = python3.6 deps = coverage skip_install = true