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:
Doug Hellmann 2015-06-16 14:21:51 +00:00
parent cc57067355
commit ac796613b4
1 changed files with 1 additions and 1 deletions

View File

@ -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