Skip to content

Commit

Permalink
Tox: style check: Make flake8-print work
Browse files Browse the repository at this point in the history
The flake8-print plugin doesn't seem to do anything without this option.
See JBKahn/flake8-print#27 for info.
  • Loading branch information
suutari-ai committed Feb 9, 2018
1 parent a855473 commit d8af32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ commands = prequ {posargs:check -v}
[testenv:style]
basepython = python3.4
deps = -rrequirements-style.txt
commands = flake8 {posargs}
commands = flake8 {posargs:--enable=T}

0 comments on commit d8af32d

Please sign in to comment.