aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-12-26 19:42:47 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-12-29 22:56:11 +0100
commit7075f4dfec749258f6f23c90f0dc2d1e3a11d0f6 (patch)
tree5d4c66e95d4f793caf478fed36cb18aaae3c4fde /tox.ini
parentf6a308d31adbbeb16fa3378a59589afef7a4ee90 (diff)
downloadmitmproxy-7075f4dfec749258f6f23c90f0dc2d1e3a11d0f6.tar.gz
mitmproxy-7075f4dfec749258f6f23c90f0dc2d1e3a11d0f6.tar.bz2
mitmproxy-7075f4dfec749258f6f23c90f0dc2d1e3a11d0f6.zip
remove rtool's setup.py, embrace tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 681e95f1..f1e06a6c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -53,12 +53,10 @@ commands =
[testenv:rtool]
deps =
-rrequirements.txt
- -e./release
- # The 3.2 release is broken
- # the next commit after this updates the bootloaders, which then segfault!
- # https://github.com/pyinstaller/pyinstaller/issues/2232
pyinstaller==3.3.1
+ twine==1.9.1
+ pysftp==0.2.8
commands =
mitmdump --version
- rtool {posargs}
+ python ./release/rtool.py {posargs}