Merge "Add py36 testenv"

This commit is contained in:
Zuul 2018-07-11 10:54:55 +00:00 committed by Gerrit Code Review
commit 4626effa2a
1 changed files with 5 additions and 0 deletions

View File

@ -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