summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-24 01:28:51 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-24 01:28:51 (GMT)
commitcadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1 (patch)
tree4cd69a7ad7ea60830d8661da82e569e56b6d9951
parentc6d23b256bf548a664dd659be1da7c244c56abdf (diff)
downloadSCons-cadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1.zip
SCons-cadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1.tar.gz
SCons-cadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1.tar.bz2
[appveyor skip] fix hanging pip uninstall
-rwxr-xr-x.travis/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 1cd0489..93e446e 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -47,7 +47,9 @@ else
if [[ "$BUILD_LXML_FROM_GIT" == "1" ]]; then
- pip uninstall lxml
+ pip uninstall -y lxml
+ pip cache purge
+
# for ubuntu 20.04 needed this as well
sudo apt install libxslt1-dev