Merge "fix tox python3 overrides"
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user