Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-23 05:50:20 +00:00 committed by Gerrit Code Review
commit cbbf817834
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} charms_openstack unit_tests
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]