| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -1,11 +1,14 @@ |
| [tox] |
| envlist = py27,py35,py36,pypy,coverage,flake8 |
| +[flake8] |
| +ignore = D107, N801, W503 |
| + |
| [testenv] |
| deps = |
| pytest |
| mock |
| commands = |
| py.test tests |
| [testenv:coverage] |
| @@ -24,10 +27,10 @@ |
| skip_install = true |
| deps = |
| flake8 |
| flake8-docstrings |
| flake8-commas |
| pep8-naming |
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| commands = |
| - flake8 --ignore=D107 abp |
| - flake8 --ignore=D1 tests setup.py |
| + flake8 abp |
| + flake8 --extend-ignore=D1 tests setup.py |