mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-16 15:08:58 +00:00
don't bother to make a wheel of tox, just install it
This commit is contained in:
parent
d67016d1b9
commit
a088b1d812
@ -30,5 +30,8 @@ LANG="en_US.UTF-8" "${PIP}" \
|
||||
wheel \
|
||||
--wheel-dir "${WHEELHOUSE_PATH}" \
|
||||
"${PROJECT_ROOT}"[testenv] \
|
||||
"${PROJECT_ROOT}"[test] \
|
||||
"tox~=3.0"
|
||||
"${PROJECT_ROOT}"[test]
|
||||
|
||||
# Put tox right into the bootstrap environment because everyone is going to
|
||||
# need to use it.
|
||||
"${PIP}" install "tox~=3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user