mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
Try to get pip 19 and pyinstaller 3.4 working together
This commit is contained in:
parent
4bd855f330
commit
d6bf0d0b25
3
tox.ini
3
tox.ini
@ -118,6 +118,9 @@ commands =
|
||||
sphinx-build -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html
|
||||
|
||||
[testenv:pyinstaller]
|
||||
# We override this to pass --no-use-pep517 because pyinstaller (3.4, at least)
|
||||
# is broken when pep517 rules are followed.
|
||||
install_command = python -m pip --no-use-pep517 install {opts} {packages}(ARGV)
|
||||
extras =
|
||||
deps =
|
||||
packaging
|
||||
|
Loading…
x
Reference in New Issue
Block a user