aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-03-08 07:55:52 +1300
committerAldo Cortesi <aldo@corte.si>2018-03-08 08:06:03 +1300
commit380e4bc14d2d37df5af3be53abf2e9b8be79efcb (patch)
tree7da28877e1ab97a85479d65dc3ce16238e1beb0f /tox.ini
parentbe089e53cfef04656807e8e1a95c5ae5cd9fd58c (diff)
downloadmitmproxy-380e4bc14d2d37df5af3be53abf2e9b8be79efcb.tar.gz
mitmproxy-380e4bc14d2d37df5af3be53abf2e9b8be79efcb.tar.bz2
mitmproxy-380e4bc14d2d37df5af3be53abf2e9b8be79efcb.zip
release: don't upload assets for PRs from the main repo
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c9a575da..2d0fd047 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,7 @@ commands =
python test/individual_coverage.py
[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 WHEEL
+passenv = TRAVIS_* AWS_* APPVEYOR_* RTOOL_KEY WHEEL
deps =
-rrequirements.txt
pyinstaller==3.3.1