Merge "Add py36 testenv"

This commit is contained in:
Zuul 2018-07-16 07:15:09 +00:00 committed by Gerrit Code Review
commit f6b5cdc9d1
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,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 = python3.5
deps = -r{toxinidir}/test-requirements.txt