Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-03 22:05:57 +00:00 committed by Gerrit Code Review
commit c51402f1a5
1 changed files with 2 additions and 0 deletions

View File

@ -13,9 +13,11 @@ deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
basepython = python3
commands = flake8 {posargs}
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]