From 6181bf978dae9b9803f49c0bdcbda4988cd3e2ec Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 29 Jun 2016 00:05:03 -0700 Subject: [PATCH] remove superfluous statements in tox.ini --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4ad9e9675..4700e6ca7 100644 --- a/tox.ini +++ b/tox.ini @@ -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