Index: tox.ini |
=================================================================== |
--- a/tox.ini |
+++ b/tox.ini |
@@ -3,7 +3,6 @@ |
skipsdist = true |
[flake8] |
-ignore = D1,C815,W503 |
per-file-ignores = |
/cms/bin/generate_static_pages.py : A107,A301,A302,E501 |
/cms/bin/translate.py : A107,A301,A302,E501,F821 |
@@ -25,15 +24,11 @@ |
pytest-cov |
mock |
wsgi_intercept |
- flake8 |
- flake8-per-file-ignores>=0.4 |
- flake8-docstrings |
- flake8-commas |
- pep8-naming |
- hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
requests |
pytest-console-scripts |
pytest-mock |
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
+ flake8-per-file-ignores>=0.4 |
commands = |
py.test --cov-report term --cov-report html --cov=cms tests |