watch out when copy/pasting from tox docs

This commit is contained in:
Jean-Paul Calderone 2019-01-23 16:48:34 -05:00
parent 674f982b3f
commit 007d13d357

View File

@ -120,7 +120,7 @@ commands =
[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)
install_command = python -m pip --no-use-pep517 install {opts} {packages}
extras =
deps =
packaging