Index: tox.ini |
=================================================================== |
--- a/tox.ini |
+++ b/tox.ini |
@@ -3,4 +3,10 @@ |
skipsdist = true |
[testenv] |
-commands = python autotest.py |
+deps = |
+ flake8 |
+ pep8-naming |
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8-abp |
+commands = |
+ python autotest.py |
+ flake8 |