Try to get pip 19 and pyinstaller 3.4 working together

This commit is contained in:
Jean-Paul Calderone 2019-01-23 14:34:32 -05:00
parent 4bd855f330
commit d6bf0d0b25

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 pep517 rules are followed.
install_command = python -m pip --no-use-pep517 install {opts} {packages}(ARGV)
extras =
deps =
packaging