tox: Remove basepython and ineffective ignore_basepython_conflict
Change-Id: I661e1ca86ddc5fb73bc136f574e07b58677ebb2d Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -1,10 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = docs,py38,pep8
|
envlist = docs,py38,pep8
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python3
|
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
LANGUAGE=en_US:en
|
LANGUAGE=en_US:en
|
||||||
|
|||||||
Reference in New Issue
Block a user