diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-04-14 16:02:09 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-05-17 11:05:27 +0200 |
commit | 68bb0f557f3b5a680feb834ff8f7250093137e61 (patch) | |
tree | df4d89fb66ff5304d4fbb6ee909734536a63a693 /tox.ini | |
parent | e0ff2d98fefb1a770cfba8849b004b0413d9bd57 (diff) | |
download | qutebrowser-68bb0f557f3b5a680feb834ff8f7250093137e61.tar.gz qutebrowser-68bb0f557f3b5a680feb834ff8f7250093137e61.zip |
Switch to xoviat pyinstaller branch
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -269,12 +269,7 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-pyinstaller.txt -r{toxinidir}/misc/requirements/requirements-pyqt.txt -whitelist_externals = - patch - wget commands = - wget https://patch-diff.githubusercontent.com/raw/pyinstaller/pyinstaller/pull/2403.patch -O {envtmpdir}/pyqt.patch -o/dev/null - patch -f -p1 -d {envdir}/src/pyinstaller -i {envtmpdir}/pyqt.patch {envbindir}/pyinstaller --noconfirm misc/qutebrowser.spec [testenv:eslint] |