Force rebuild egg-info before running cross tests

Sometimes we don't get the latest version of the source list if we don't
force it to be rebuilt.

Change-Id: Ia80a71762a3824bc6c9a63a834e54100b649bd66
This commit is contained in:
Doug Hellmann 2015-02-23 12:59:30 -05:00
parent 9f502535e4
commit f74e974084
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ our_name=$(python setup.py --name)
# Build the egg-info, including the source file list,
# so we install all of the files, even if the package
# list or name has changed.
rm -rf $(python setup.py --name).egg-info
python setup.py egg_info
# Replace the pip-installed package with the version in our source