Use py3 in docs generation

'tox -edocs' will annoyingly use py2 if it's available. Since
everything else is py3, do that for docs, too.

Change-Id: Ia8bbde27ad4d97fd6b0859536580a2268bda0933
This commit is contained in:
David Shrewsbury 2017-11-27 12:04:29 -05:00
parent 32e1e0b616
commit e0ac89ccf9
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ commands =
python setup.py testr --coverage
[testenv:docs]
basepython = python3
commands =
python setup.py build_sphinx