aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-03-30 09:38:17 +1300
committerGitHub <noreply@github.com>2018-03-30 09:38:17 +1300
commit3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950 (patch)
tree93ec314a2228612f76cde96132d0f4d496f3de78 /tox.ini
parentc6cf502657024c8077fe2e52a3f20c41ade0fbaf (diff)
parentf6699792da82c00de4cdcc1e413bd65caad9d3c3 (diff)
downloadmitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.tar.gz
mitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.tar.bz2
mitmproxy-3c52ed6ee1948a1c4b0fa064fe7313bdfadb8950.zip
Merge pull request #3012 from Kriechi/docs-options
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