Skip to content
Snippets Groups Projects
Commit 73d7745e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "fix tox python3 overrides"

parents 2c783689 fb73c729
No related branches found
No related tags found
No related merge requests found
...@@ -32,13 +32,14 @@ deps = -r{toxinidir}/requirements.txt ...@@ -32,13 +32,14 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
[testenv:pep8] [testenv:pep8]
basepython = python2.7 basepython = python3
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs} hooks unit_tests tests actions lib commands = flake8 {posargs} hooks unit_tests tests actions lib
charm-proof charm-proof
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}
[testenv:func27-noop] [testenv:func27-noop]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment