From 3b10baf5eaf6eaf1c2f208f5c64ba045162464ea Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 13 Jun 2018 13:36:55 +0100 Subject: [PATCH] Restore unit_tests to pep8 coverage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 21d836e..63f667d 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = -r{toxinidir}/requirements.txt [testenv:pep8] basepython = python3 deps = -r{toxinidir}/requirements.txt -commands = flake8 {posargs} zaza +commands = flake8 {posargs} zaza unit_tests [testenv:venv] commands = {posargs}