Restore unit_tests to pep8 coverage

This commit is contained in:
Liam Young
2018-06-13 13:36:55 +01:00
parent c2b8992b2e
commit 3b10baf5ea
+1 -1
View File
@@ -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}