aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-29 00:05:03 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-29 00:05:03 -0700
commit6181bf978dae9b9803f49c0bdcbda4988cd3e2ec (patch)
tree2818cc85fc694b335fdf37d7386a432bfc59edf2 /tox.ini
parent01104b4761d651437257d9307b25f746e066a0b9 (diff)
downloadmitmproxy-6181bf978dae9b9803f49c0bdcbda4988cd3e2ec.tar.gz
mitmproxy-6181bf978dae9b9803f49c0bdcbda4988cd3e2ec.tar.bz2
mitmproxy-6181bf978dae9b9803f49c0bdcbda4988cd3e2ec.zip
remove superfluous statements in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 4ad9e967..4700e6ca 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