Skip to content

Commit

Permalink
Merge branch 'uncap-flake8' into 'master'
Browse files Browse the repository at this point in the history
Update our flake8 testenv dependencies

*Description of changes*

Uncap Flake8 and add a lower bound to flake8-import-order

*Related to:*  N/A

See merge request !94
  • Loading branch information
sigmavirus24 committed Jul 26, 2016
2 parents c40b562 + 3766f3a commit ec6165e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ commands =
basepython = python3
skip_install = true
deps =
flake8<3
flake8
flake8-docstrings>=0.2.7
flake8-import-order
flake8-import-order>=0.9
commands =
flake8 src/flake8/ tests/ setup.py

Expand Down

0 comments on commit ec6165e

Please sign in to comment.