aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 4 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index e90455c1..4b009851 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,14 +45,12 @@ commands =
pathod --version
pathoc --version
-[testenv:rtool]
-passenv = SKIP_MITMPROXY SNAPSHOT_HOST SNAPSHOT_PORT SNAPSHOT_USER SNAPSHOT_PASS RTOOL_KEY
+[testenv:cibuild]
+passenv = TRAVIS_TAG TRAVIS_BRANCH AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
deps =
-rrequirements.txt
pyinstaller==3.3.1
- twine==1.9.1
- pysftp==0.2.9
-
+ awscli
commands =
mitmdump --version
- python ./release/rtool.py {posargs}
+ python ./release/ci.py {posargs}