Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-01 08:59:48 +00:00 committed by Gerrit Code Review
commit c13558ba09
1 changed files with 3 additions and 0 deletions

View File

@ -12,12 +12,15 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands = python setup.py build_sphinx
[testenv:pep8]
basepython = python3
description = Runs set of linters against codebase (checkniceness)
commands = {[testenv:checkniceness]commands}