diff --git a/tox.ini b/tox.ini index 64fa2eec..5be01f3f 100644 --- a/tox.ini +++ b/tox.ini @@ -24,6 +24,12 @@ commands = stestr run {posargs} stestr slowest +[testenv:py36] +commands = + {[testenv]commands} + stestr run {posargs} + stestr slowest + [testenv:docs] basepython = python3 deps = -r{toxinidir}/doc/requirements.txt