mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
tox: dont make sdist when linting
This commit is contained in:
parent
317a5178ea
commit
45a634783a
3
tox.ini
3
tox.ini
@ -1,5 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py35, docs, lint
|
envlist = py27, py35, docs, lint
|
||||||
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
@ -26,6 +27,4 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
|||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
deps = flake8>=2.6.2, <3
|
deps = flake8>=2.6.2, <3
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
skip_install = True
|
|
||||||
skipsdist = True
|
|
||||||
commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test
|
commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test
|
||||||
|
Loading…
Reference in New Issue
Block a user