From 943b63c7d2927a6872977ede9dd87172f4299b3b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 21 Nov 2017 10:24:43 +0100 Subject: [PATCH] [tox.ini] use python3.6 for testenv:htmlcov --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4966d8bf4..9beff2542 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ commands = nocov: pytest {posargs} [testenv:htmlcov] -basepython = {env:TOXPYTHON:python3.5} +basepython = {env:TOXPYTHON:python3.6} deps = coverage>=4.3 skip_install = true @@ -44,7 +44,7 @@ commands = codecov --env TOXENV [testenv:bdist] -basepython = {env:TOXPYTHON:python3.5} +basepython = {env:TOXPYTHON:python3.6} deps = setuptools wheel