diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,4 +58,4 @@ commands = python setup.py test --slowest --testr-args='--concurrency=1 {posargs # please don't submit patches that solely correct them or enable them. ignore = E124,E125,E129,E402,E741,H,W503 show-source = True -exclude = .venv,.tox,dist,doc,build,*.egg +exclude = .venv,.tox,dist,doc,build,*.egg,node_modules |