Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-11-02 08:25:01 +00:00 committed by Gerrit Code Review
commit c3cc2414ce
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ commands =
charm-build --log-level DEBUG -o {toxinidir}/build .
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:py27]
@ -48,4 +49,5 @@ deps = -r{toxinidir}/test-requirements.txt
commands = /bin/true
[testenv:pep8]
basepython = python3
commands = flake8 --ignore=E402 actions/ reactive/