aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-07-05 15:58:52 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-07-05 15:58:52 -0700
commit882b8b5d80e308599bdb602a390edd8d2be065e4 (patch)
treeb00eb8c8fd0901df1cd7de9d71b3ebd8113208f2 /tox.ini
parent09d678272245dd12efe91ecadbe0b2731f4306b1 (diff)
downloadmitmproxy-882b8b5d80e308599bdb602a390edd8d2be065e4.tar.gz
mitmproxy-882b8b5d80e308599bdb602a390edd8d2be065e4.tar.bz2
mitmproxy-882b8b5d80e308599bdb602a390edd8d2be065e4.zip
don't cache tox on CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index cab23b66..bbfa438f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,6 @@ envlist = py27, py35, docs, lint
skipsdist = True
[testenv]
-usedevelop = True
deps =
{env:CI_DEPS:}
-rrequirements.txt
@@ -26,5 +25,4 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:lint]
deps = flake8>=2.6.2, <3
-usedevelop = False
commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test