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

Merge "Add py36 testenv"

parents 4e158ea9 f7243806
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ basepython = python3.5
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[testenv:py36]
basepython = python3.6
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[testenv:pep8]
basepython = python2.7
deps = -r{toxinidir}/test-requirements.txt
......
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