| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| (no file at all) | |
| 1 [tox] | |
| 2 envlist = py27,py35,py36,flake8 | |
| 3 skipsdist = true | |
| 4 | |
| 5 [testenv] | |
| 6 deps = | |
| 7 pytest | |
| 8 commands = | |
| 9 pytest tests | |
| 10 | |
| 11 [testenv:flake8] | |
| 12 basepython = python3 | |
| 13 deps = | |
| 14 flake8 | |
| 15 flake8-docstrings | |
| 16 pep8-naming | |
| 17 ../flake8-eyeo | |
| 18 commands = | |
| 19 flake8 cms-cmp.py | |
| 20 flake8 --ignore=D1 tests | |
| LEFT | RIGHT |