diff --git a/tox.ini b/tox.ini index d5c56ae..d726f92 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,12 @@ deps = -r{toxinidir}/test-requirements.txt # TODO: Need to write unit tests then remove the following command. commands = /bin/true +[testenv:py36] +basepython = python3.6 +deps = -r{toxinidir}/test-requirements.txt +# TODO: Need to write unit tests then remove the following command. +commands = /bin/true + [testenv:pep8] basepython = python2.7 deps = -r{toxinidir}/test-requirements.txt