diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 = |