summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-23 17:28:51 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-23 17:28:51 -0800
commitcadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1 (patch)
tree4cd69a7ad7ea60830d8661da82e569e56b6d9951 /.travis
parentc6d23b256bf548a664dd659be1da7c244c56abdf (diff)
downloadscons-git-cadf26201c295c8f8cc1a3c8dbdf99f85f3dc3f1.tar.gz
[appveyor skip] fix hanging pip uninstall
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 1cd0489e6..93e446e85 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