aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 13 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a9054e5b..3ec5a387 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,15 +33,27 @@ commands =
python ./test/individual_coverage.py
[testenv:cibuild]
-passenv = TRAVIS_* AWS_* APPVEYOR_* RTOOL_KEY WHEEL
+passenv = TRAVIS_* AWS_* APPVEYOR_* TWINE_* RTOOL_KEY WHEEL
deps =
-rrequirements.txt
pyinstaller==3.3.1
+ twine==1.11.0
awscli
commands =
mitmdump --version
python ./release/ci.py {posargs}
+[testenv:wheeltest]
+recreate = True
+deps =
+commands =
+ pip install {posargs}
+ mitmproxy --version
+ mitmdump --version
+ mitmweb --version
+ pathod --version
+ pathoc --version
+
[testenv:docs]
passenv = TRAVIS_* AWS_* APPVEYOR_* RTOOL_KEY WHEEL
deps =