You don't need tox *inside* your test environment.
You need tox to *manage* your test environment (this is the premise, at least).
This commit is contained in:
parent
f48eb81d9d
commit
f0b98aead5
@ -28,6 +28,10 @@ shift || :
|
||||
export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}"
|
||||
export PIP_NO_INDEX="1"
|
||||
|
||||
# Get tox inside the bootstrap virtualenv since we use tox to manage the rest
|
||||
# of the environment.
|
||||
"${BOOTSTRAP_VENV}"/bin/pip install "tox~=3.0"
|
||||
|
||||
# Get everything else installed in it, too.
|
||||
"${BOOTSTRAP_VENV}"/bin/tox \
|
||||
-c "${PROJECT_ROOT}"/tox.ini \
|
||||
|
Loading…
Reference in New Issue
Block a user