diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,9 +22,6 @@ commands = {posargs} | |||
22 | commands = python setup.py test --coverage --testr-args='{posargs}' | 22 | commands = python setup.py test --coverage --testr-args='{posargs}' |
23 | 23 | ||
24 | [flake8] | 24 | [flake8] |
25 | # E123, E125 skipped as they are invalid PEP-8. | ||
26 | |||
27 | show-source = True | 25 | show-source = True |
28 | ignore = E123,E125 | ||
29 | builtins = _ | 26 | builtins = _ |
30 | exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build | 27 | exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build |