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)
commit058e9e90e5b7269f3b7a05c1bb1369423001c80a
tree9fbcac2335e649e03f88778e904111e25cc8f2bb
parent7730fe9fe5d0eec0439f384d7e54522d036dfcfb
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