Switch to python3 in tox.ini
We build everything with python3 now, update tox.ini for this. Change-Id: I4b03ee2dd201b486ba357cdcde3e0992e107754d
This commit is contained in:
parent
effdeb8dcd
commit
e222150abd
3
tox.ini
3
tox.ini
@ -4,7 +4,7 @@ envlist = linters,checkbuild
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython = python2.7
|
basepython = python3
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
@ -23,6 +23,7 @@ commands =
|
|||||||
doc8 api-quick-start
|
doc8 api-quick-start
|
||||||
|
|
||||||
[testenv:checkbuild]
|
[testenv:checkbuild]
|
||||||
|
basepython = python2
|
||||||
commands =
|
commands =
|
||||||
# Build and copy RST Guides
|
# Build and copy RST Guides
|
||||||
{toxinidir}/tools/build-all-rst.sh
|
{toxinidir}/tools/build-all-rst.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user