aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-07-25 21:52:34 -0700
committerGitHub <noreply@github.com>2016-07-25 21:52:34 -0700
commitd97fe767dc7b8ea47f0e170c6f002c506f606d57 (patch)
tree231493860c039c96c9893e8b9647db2f8de82a9b /tox.ini
parent2c11cbeedb57548b64ddc4236c8014e71828f044 (diff)
downloadmitmproxy-d97fe767dc7b8ea47f0e170c6f002c506f606d57.tar.gz
mitmproxy-d97fe767dc7b8ea47f0e170c6f002c506f606d57.tar.bz2
mitmproxy-d97fe767dc7b8ea47f0e170c6f002c506f606d57.zip
update dependencies (#1435)
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 9da23a2e..ff0e41c2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,5 +17,5 @@ changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:lint]
-deps = flake8>=2.6.2, <3
+deps = flake8>=2.6.2, <3.1
commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test