Skip to content

Commit ad95372

Browse files
committed
fixed build (flake8)
1 parent 86f3bd1 commit ad95372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands =
1313
# Needed because we subprocess to ourselves
1414
coverage combine
1515
coverage report --show-missing --fail-under 55 # TODO: 100
16-
flake8 nodeenv.py tests setup.py
16+
flake8 --ignore=W605,W504,E241 nodeenv.py tests setup.py
1717

1818
[testenv:venv]
1919
envdir = venv-nodeenv

0 commit comments

Comments
 (0)