Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-24 11:58:49 +00:00 committed by Gerrit Code Review
commit 39d299378d
1 changed files with 3 additions and 0 deletions

View File

@ -17,14 +17,17 @@ commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]
basepython = python3
commands =
find . -type f -name "*.pyc" -delete
python setup.py build_sphinx
[testenv:pep8]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands =
flake8 {posargs}