aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-03-07 21:22:33 +1300
committerAldo Cortesi <aldo@nullcube.com>2018-03-07 21:36:17 +1300
commitf72d91672e1ab7a374177d1063f90742041cb5f5 (patch)
tree4231651deff47de7f24e180c108bcd47c3c8852b /tox.ini
parentf8cce32562009427b99e30eecb323babeb371be3 (diff)
downloadmitmproxy-f72d91672e1ab7a374177d1063f90742041cb5f5.tar.gz
mitmproxy-f72d91672e1ab7a374177d1063f90742041cb5f5.tar.bz2
mitmproxy-f72d91672e1ab7a374177d1063f90742041cb5f5.zip
release: build wheel
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 1 insertions, 14 deletions
diff --git a/tox.ini b/tox.ini
index 0033b8e8..c9a575da 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,21 +32,8 @@ deps =
commands =
python test/individual_coverage.py
-[testenv:wheel]
-recreate = True
-deps =
-commands =
- python setup.py -q bdist_wheel --dist-dir release/dist
- pip install {posargs} release/dist/mitmproxy-{env:VERSION:}-py3-none-any.whl
- # skip `mitmproxy --version` if SKIP_MITMPROXY is defined.
- {env:SKIP_MITMPROXY:mitmproxy --version}
- mitmdump --version
- mitmweb --version
- pathod --version
- pathoc --version
-
[testenv:cibuild]
-passenv = TRAVIS_TAG TRAVIS_BRANCH AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY APPVEYOR_REPO_TAG_NAME APPVEYOR_REPO_TAG APPVEYOR_REPO_BRANCH RTOOL_KEY
+passenv = TRAVIS_TAG TRAVIS_BRANCH AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY APPVEYOR_REPO_TAG_NAME APPVEYOR_REPO_TAG APPVEYOR_REPO_BRANCH RTOOL_KEY WHEEL
deps =
-rrequirements.txt
pyinstaller==3.3.1