Allow newer pycodestyle

This commit is contained in:
Anthony Sottile 2017-02-02 12:20:34 -08:00
parent 1a6b02cb96
commit 8ff30e2676
2 changed files with 2 additions and 2 deletions

View file

@ -9,5 +9,5 @@ requires-dist =
enum34; python_version<"3.4"
configparser; python_version<"3.2"
pyflakes >= 1.5.0, < 1.6.0
pycodestyle >= 2.0.0, < 2.3.0
pycodestyle >= 2.0.0, < 2.4.0
mccabe >= 0.6.0, < 0.7.0

View file

@ -18,7 +18,7 @@ tests_require = ['mock >= 2.0.0', 'pytest']
# setup.cfg as well.
requires = [
"pyflakes >= 1.5.0, < 1.6.0",
"pycodestyle >= 2.0.0, < 2.3.0",
"pycodestyle >= 2.0.0, < 2.4.0",
"mccabe >= 0.6.0, < 0.7.0",
]