diff --git a/tox.ini b/tox.ini index b753284..f950514 100644 --- a/tox.ini +++ b/tox.ini @@ -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