diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-07-05 15:40:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 15:40:10 -0700 |
commit | 09d678272245dd12efe91ecadbe0b2731f4306b1 (patch) | |
tree | 909a26d14604e769441b6f376fdac39570a50a54 /tox.ini | |
parent | 00a35aa8954080d7c9d1800625805f0476498896 (diff) | |
parent | 45a634783af41ffdc429445f1f712cebfb5f654c (diff) | |
download | mitmproxy-09d678272245dd12efe91ecadbe0b2731f4306b1.tar.gz mitmproxy-09d678272245dd12efe91ecadbe0b2731f4306b1.tar.bz2 mitmproxy-09d678272245dd12efe91ecadbe0b2731f4306b1.zip |
Merge pull request #1316 from mhils/faster-lint
tox: dont make sdist when linting
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,6 @@ [tox] envlist = py27, py35, docs, lint +skipsdist = True [testenv] usedevelop = True @@ -26,6 +27,4 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:lint] deps = flake8>=2.6.2, <3 usedevelop = False -skip_install = True -skipsdist = True commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test |