summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-02-15 07:26:21 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-02-15 07:26:21 +0100
commitac3a69cb03bd526bd8f059681302f8802e9511a4 (patch)
treeeedf3827823007a33c53ef44904f10f969182bbb /.gitlab-ci
parent4f4dab428ac5d077f5a6992c21c55eb5266b78f8 (diff)
downloadpygobject-ac3a69cb03bd526bd8f059681302f8802e9511a4.tar.gz
CI: update pip in the xenial job
Some packages have started failing to install with the pip shipped with xenial.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-docker-old.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-docker-old.sh b/.gitlab-ci/test-docker-old.sh
index d03d983d..c06f7ee2 100755
--- a/.gitlab-ci/test-docker-old.sh
+++ b/.gitlab-ci/test-docker-old.sh
@@ -16,6 +16,7 @@ mkdir -p "${COV_DIR}"
mkdir -p "${CCACHE_DIR}"
# test
+python -m pip install --upgrade pip
python -m pip install pycairo pytest pytest-faulthandler coverage
python setup.py build_tests
xvfb-run -a python -m coverage run --context "${COV_KEY}" tests/runtests.py