https://codereview.appspot.com/31000043/diff/1/Makefile#newcode31
Makefile:31: tests/.venv/bin/pip --version | grep "pip 1.4" || exit 1
It would be easy to accidentally start using the wrong version
(unupdated download cache for example), so I added an assert of sorts.
Here are some pre-review comments.
https:/ /codereview. appspot. com/31000043/ diff/1/ Makefile
File Makefile (right):
https:/ /codereview. appspot. com/31000043/ diff/1/ Makefile# newcode20
Makefile:20: rsync xvfb
We're using pip from the download cache now.
https:/ /codereview. appspot. com/31000043/ diff/1/ Makefile# newcode31
Makefile:31: tests/.venv/bin/pip --version | grep "pip 1.4" || exit 1
It would be easy to accidentally start using the wrong version
(unupdated download cache for example), so I added an assert of sorts.
https:/ /codereview. appspot. com/31000043/ diff/1/ Makefile# newcode38 server. test
Makefile:38: tests/11-
Death to the dot-slash.
https:/ /codereview. appspot. com/31000043/ diff/1/ tests/00- setup
File tests/00-setup (right):
https:/ /codereview. appspot. com/31000043/ diff/1/ tests/00- setup#newcode37 search- dir=$DOWNLOADCA CHE $VENV
tests/00-setup:37: virtualenv --distribute
--extra-
This makes virtualenv install pip from the download cache.
https:/ /codereview. appspot. com/31000043/