diff --git a/tox.ini b/tox.ini index 9843cb5..ea47a46 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,17 @@ commands = rm -f .coverage rm -rf .testrepository +[testenv:py36] +basepython = python3.6 +setenv = + OS_TEST_PATH = ./freezerclient/tests/unit +commands = + find . -type f -name "*.py[c|o]" -delete + python setup.py testr --coverage --testr-args="{posargs}" + coverage report -m + rm -f .coverage + rm -rf .testrepository + [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt commands = sphinx-build -b html doc/source doc/build/html