tox: Remove basepython
tox uses the python version where tox is installed by default, and we no longer expect that the tests may run in env with python 2. Change-Id: I43982d3dfb7f80d1e33a95cd1ce3a00ca4e2b485
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -1,10 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py3,pep8
|
envlist = py3,pep8
|
||||||
ignore_basepython_conflict = True
|
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
Reference in New Issue
Block a user