remove superfluous statements in tox.ini

This commit is contained in:
Maximilian Hils 2016-06-29 00:05:03 -07:00
parent 01104b4761
commit 6181bf978d
1 changed files with 0 additions and 3 deletions

View File

@ -20,12 +20,9 @@ setenv =
HOME = {envtmpdir}
[testenv:docs]
basepython = python
whitelist_externals = make
changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:lint]
basepython = python
deps = flake8>=2.6.2, <3
commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test