summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-03-03 11:46:42 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-03-03 11:46:42 -0800
commit4930151e21b3f0398a7386a85cf842dc898c5ec5 (patch)
tree3fe38cb361c10505812e4cb2b949c6fc0dc66b06 /tox.ini
parent88a23e8aaacddf727ce01040dab31b9f7f55c497 (diff)
downloadisort-4930151e21b3f0398a7386a85cf842dc898c5ec5.tar.gz
Bump version of flake8 to 3.5.0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 943b3568..99efacd3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,5 +13,5 @@ commands = python setup.py isort
[testenv:lint]
basepython = python2.7
-deps = flake8==3.3.0
+deps = flake8==3.5.0
commands = flake8