Index: flake8-abp/tox.ini |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/flake8-abp/tox.ini |
@@ -0,0 +1,10 @@ |
+[tox] |
+envlist=py27,py35 |
+ |
+[testenv] |
+deps= |
+ flake8 |
+ pep8-naming |
+commands= |
+ python setup.py test |
+ flake8 --exclude tests,build --ignore N802 |