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:
Andreas Jaeger 2018-09-30 11:23:45 +02:00
parent effdeb8dcd
commit e222150abd
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