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