aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-11 23:07:47 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-12-11 23:07:47 +0100
commit980a84326bf2daa398b201fd3722696476c4913d (patch)
tree63ebd9c069da24149bc64e3e1e96f9573225f990 /tox.ini
parent6dcd620c4af141c95800d3b8dd0fb177c896c41e (diff)
downloadmitmproxy-980a84326bf2daa398b201fd3722696476c4913d.tar.gz
mitmproxy-980a84326bf2daa398b201fd3722696476c4913d.tar.bz2
mitmproxy-980a84326bf2daa398b201fd3722696476c4913d.zip
InstallBuilder (#1826)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index cc06f9c8..673283aa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ basepython = python3.5
deps =
{env:CI_DEPS:}
-rrequirements.txt
-passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* SNAPSHOT_* OPENSSL_*
+passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* SNAPSHOT_* OPENSSL_* RTOOL_*
setenv = HOME = {envtmpdir}
commands =
mitmdump --sysinfo
@@ -22,7 +22,7 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:lint]
commands =
mitmdump --sysinfo
- flake8 --jobs 8 --count mitmproxy pathod examples test
+ flake8 --jobs 8 --count mitmproxy pathod examples test release
rstcheck README.rst
mypy --silent-imports \
mitmproxy/addons \