mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +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
|
sphinx-build -b html -d {toxinidir}/docs/_build/doctrees {toxinidir}/docs {toxinidir}/docs/_build/html
|
||||||
|
|
||||||
[testenv:pyinstaller]
|
[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 =
|
extras =
|
||||||
deps =
|
deps =
|
||||||
packaging
|
packaging
|
||||||
|
Loading…
Reference in New Issue
Block a user