diff --git a/tox.ini b/tox.ini index e2cc091f1..34962f487 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,10 @@ commands = pytest {posargs} basepython = python3.5 commands = pytest {posargs} +[testenv:py36] +basepython = python3.6 +commands = pytest {posargs} + [testenv:cover] commands = python setup.py test --coverage --testr-args='{posargs}'