From 1cd65ccbb6c9063085196b3ade35a464653577b6 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 7 Sep 2017 18:58:08 +0100 Subject: [PATCH] Add ensurepip for Linux build to ensure setuptools/pip are installed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 34a945d2..d2ddc48a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ script: $PYTHON ./bin/run_tests.py else # linux test requires root to clean up the wheelhouse (docker runs as root) + sudo $PYTHON -m ensurepip sudo $PYTHON -m pip install -r requirements-dev.txt sudo $PYTHON ./bin/run_tests.py fi