Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-23 04:49:36 +00:00 committed by Gerrit Code Review
commit 9649cd28ae
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
basepython = python2.7
basepython = python3
commands =
python setup.py build_sphinx