Get pip and pyinstaller working together.

This commit is contained in:
Jean-Paul Calderone 2019-01-25 10:46:23 -05:00
parent bad1411bd6
commit fec5064a2f

View File

@ -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