tox: Remove basepython
Python 2 is EOL. No environment should be defaulting to it. Our CI environments certainly aren't. Change-Id: Ib2e4304fc6c95c853570f48690a2d2a4aeeabdbe
This commit is contained in:
parent
c274869756
commit
80c3f568bd
2
tox.ini
2
tox.ini
@ -1,10 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
envlist = py3,functional,pep8
|
envlist = py3,functional,pep8
|
||||||
ignore_basepython_conflict=true
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user