summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2018-03-04 20:25:51 -0800
committerGitHub <noreply@github.com>2018-03-04 20:25:51 -0800
commit4bcf991723af2b7cf78f27145264842aa895f578 (patch)
treee691def5b7b68df899ef3e683fa77fe231633047 /tox.ini
parentfdd984be0be5d82960d0f24ca1f0190ae7ebf0b3 (diff)
parent4930151e21b3f0398a7386a85cf842dc898c5ec5 (diff)
downloadisort-4bcf991723af2b7cf78f27145264842aa895f578.tar.gz
Merge pull request #685 from jdufresne/flake8-up
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 aacf1144..f9a3226c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,6 @@ commands = python setup.py isort
[testenv:lint]
basepython = python2.7
-deps = flake8==3.3.0
+deps = flake8==3.5.0
commands = flake8
skip_install = True