Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 [tox] | |
2 envlist = py{27,35,36} | |
3 skipsdist = true | |
4 | |
5 [flake8] | |
6 per-file-ignores = | |
7 src/__init__.py : D104 | |
8 | |
9 [testenv] | |
10 setenv = | |
11 PYTHONPATH = {toxinidir} | |
12 deps = | |
13 jinja2 | |
14 flake8 | |
15 flake8-docstrings | |
16 flake8-per-file-ignores | |
17 pep8-naming | |
18 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo | |
19 pytest | |
20 pytest-cov | |
21 commands = | |
22 pytest tests --cov-config tox.ini --cov-report html --cov-report term-missin g --cov=src | |
23 flake8 src | |
OLD | NEW |