From 4008b5ef0cbde7f15435a16cd8800bed7a21adf4 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 25 Apr 2015 12:56:20 +1200 Subject: Test pip install -e of projects. Change-Id: Ie57d12f32085036079c60edfbe7aecfc7a077f5b --- tools/integration.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/integration.sh b/tools/integration.sh index 8f68800..5d04df2 100644 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -203,6 +203,11 @@ for PROJECT in $PROJECTS ; do mkvenv $pipvenv $pipvenv/bin/pip $PIPFLAGS install -f $WHEELHOUSE git+file://$shortprojectdir + # Test pip install -e + pipvenv=$tmpdir/pip + mkvenv $pipvenv + $pipvenv/bin/pip $PIPFLAGS install -f $WHEELHOUSE -e $shortprojectdir + # Test python setup.py install installvenv=$tmpdir/install mkvenv $installvenv -- cgit v1.2.1