always rebuild cross-test venv
Always rebuild the environment where the test is running in case the requirements list for the project has changed. Change-Id: I02148398389656d7cf5b811d94ebbbdc32c417fa
This commit is contained in:
parent
cc57067355
commit
ac796613b4
@ -42,7 +42,7 @@ then
|
||||
fi
|
||||
|
||||
# Set up the virtualenv without running the tests
|
||||
(cd $project_dir && tox --notest -e $venv)
|
||||
(cd $project_dir && tox --notest -r -e $venv)
|
||||
|
||||
tox_envbin=$project_dir/.tox/$venv/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user