Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-06-11 13:58:41 +00:00 committed by Gerrit Code Review
commit c989a13952
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
[testenv:linters]
basepython = python3
whitelist_externals = bash
commands =
bash -c "find {toxinidir} \
@ -22,10 +23,13 @@ commands =
whereto {toxinidir}/doc/source/_extra/.htaccess {toxinidir}/doc/test/redirect-tests.txt
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands = sphinx-build -W -b html doc/source doc/build
[testenv:validate]
basepython = python3
commands = python3 tools/validate_tags.py