Merge "Switch to python3 in tox.ini"

This commit is contained in:
Zuul 2018-10-05 19:00:50 +00:00 committed by Gerrit Code Review
commit 237dc43060
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ envlist = linters,checkbuild
skipsdist = True
[testenv]
basepython = python2.7
basepython = python3
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
@ -23,6 +23,7 @@ commands =
doc8 api-quick-start
[testenv:checkbuild]
basepython = python2
commands =
# Build and copy RST Guides
{toxinidir}/tools/build-all-rst.sh