Apply correct Python version in tox base envs
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:35:52 +0000 (03:35 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:35:52 +0000 (03:35 +0000)
commit0ad71458677fed8a0e26b2f634ac740788573aa3
tree9fbcac2335e649e03f88778e904111e25cc8f2bb
parent59b094e48ccb993af63526300ed64b659090deeb
Apply correct Python version in tox base envs

Since we set basepython to python3 in tox's default testenv, this
has the unwanted side effect of causing all tox base envs (e.g.
py35) to use whatever interpreter is linked from the python3
executable name even if it isn't the requested version. Add a new
option from tox 3.1 to ignore this basepython override conflict.
tox.ini