aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-25 12:12:00 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-03-25 13:42:55 +0200
commitf6699792da82c00de4cdcc1e413bd65caad9d3c3 (patch)
tree154b5e3de371995b2dea3281678edf71f7f9e07f /tox.ini
parent0e62e386c0ede3f9d0ca7a82681e69977c0b59e6 (diff)
downloadmitmproxy-f6699792da82c00de4cdcc1e413bd65caad9d3c3.tar.gz
mitmproxy-f6699792da82c00de4cdcc1e413bd65caad9d3c3.tar.bz2
mitmproxy-f6699792da82c00de4cdcc1e413bd65caad9d3c3.zip
docs: add auto-generated options reference
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2d0fd047..c88d64a8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,3 +41,12 @@ deps =
commands =
mitmdump --version
python ./release/ci.py {posargs}
+
+[testenv:docs]
+passenv = TRAVIS_* AWS_* APPVEYOR_* RTOOL_KEY WHEEL
+deps =
+ -rrequirements.txt
+ awscli
+changedir = docs
+commands =
+ ./ci