mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
watch out when copy/pasting from tox docs
This commit is contained in:
parent
674f982b3f
commit
007d13d357
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user