mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Get pip and pyinstaller working together.
This commit is contained in:
parent
bad1411bd6
commit
fec5064a2f
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 this feature is enabled.
|
||||
install_command = python -m pip install --no-use-pep517 {opts} {packages}
|
||||
extras =
|
||||
deps =
|
||||
packaging
|
||||
|
Loading…
Reference in New Issue
Block a user