tox: Remove basepython and ineffective ignore_basepython_conflict
Change-Id: Ib49720ed854fe9d98314db8b7801ca75ce526a57 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]
|
||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
envlist = docs,py3,pep8
|
envlist = docs,py3,pep8
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = {env:TOX_PYTHON:python3}
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
|
|||||||
Reference in New Issue
Block a user