aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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}