aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-27 03:09:43 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-12-27 03:09:43 +0100
commit38198769eb82465c4ee2af3c68d01bd0178875b8 (patch)
tree5707f103c4eb7b13e16e68dcc0115d74fc8c8d1e /tox.ini
parent27353388157adda3d22000fcf146fe599f4f9a6f (diff)
downloadmitmproxy-38198769eb82465c4ee2af3c68d01bd0178875b8.tar.gz
mitmproxy-38198769eb82465c4ee2af3c68d01bd0178875b8.tar.bz2
mitmproxy-38198769eb82465c4ee2af3c68d01bd0178875b8.zip
pyinstaller: use fixed bootloaders on linux
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 673283aa..da5446c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,6 +52,8 @@ deps =
# The 3.2 release is broken 🎉
# the next commit after this updates the bootloaders, which then segfault! 🎉
# https://github.com/pyinstaller/pyinstaller/issues/2232
- git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c
+ git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c; sys_platform == 'win32'
+ git+https://github.com/mhils/pyinstaller.git@d094401e4196b1a6a03818b80164a5f555861cef; sys_platform != 'win32'
+
commands =
rtool {posargs}