Skip to content

Commit

Permalink
tox.ini: allow flake8-max-line-length to be 90
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Arnold <[email protected]>
  • Loading branch information
sarnold committed Nov 12, 2018
1 parent ecef8f0 commit 3db4136
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ envlist = py27, py36, docs
3.5 = py35, docs
3.6 = py36, docs

[flake8]
max-line-length = 90

[testenv]
deps = -rrequirements-dev.txt
commands =
Expand Down

0 comments on commit 3db4136

Please sign in to comment.