Skip to content

Commit bfcbca5

Browse files
committed
Allow failures for tox -e lint
1 parent 55ae9ea commit bfcbca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ commands = python setup.py sdist bdist_wheel
5050

5151
[testenv:lint]
5252
basepython = python3.6
53+
ignore_errors=true
5354
skip_install = true
5455
deps =
5556
autopep8 >=1.5.2

0 commit comments

Comments
 (0)