| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -3,12 +3,7 @@ |
| skipsdist = true |
| [flake8] |
| - |
| -exclude = |
| - node_modules, |
| - .tox, |
| - *.pyc, |
| -ignore = D1,C815 |
| +exclude = node_modules,.tox |
| per-file-ignores = |
| /chainedconfigparser.py : A107,E501,D205,D208,D400 |
| /ensure_dependencies.py : A102,A107,A108,D400,A302,E129,E501,E713,E721,F821 |
| @@ -33,12 +28,8 @@ |
| pytest |
| pytest-cov |
| jinja2 |
| - flake8 |
| + hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| flake8-per-file-ignores>=0.4 |
| - flake8-docstrings |
| - flake8-commas |
| - pep8-naming |
| - hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| commands = |
| npm install --no-package-lock --only=production |
| pytest tests --capture=sys --cov=buildtools |