diff --git a/tox.ini b/tox.ini index adc1255..ce0c797 100644 --- a/tox.ini +++ b/tox.ini @@ -41,5 +41,11 @@ 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] commands = /bin/true