summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-01 23:10:53 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-01 23:10:53 +0200
commitaa0df93d466f0a18e39863c039adf32df124ec70 (patch)
tree584214bab4c404a50d0c95ec1742ae5cd1b6cd55 /.gitlab-ci/Dockerfile
parent1ba89bc9e083e824aa805fc39e97920d089abf33 (diff)
downloadpygobject-aa0df93d466f0a18e39863c039adf32df124ec70.tar.gz
ci: update pypy and py2.7
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 4b457a0b..f1ee9c7f 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -35,11 +35,11 @@ ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
-RUN pyenv install 2.7.14
+RUN pyenv install 2.7.15
RUN pyenv install 3.5.5
RUN pyenv install 3.6.5
RUN pyenv install 3.7.0b3
-RUN pyenv install pypy2.7-5.10.0
-RUN pyenv install pypy3.5-5.10.1
+RUN pyenv install pypy2.7-6.0.0
+RUN pyenv install pypy3.5-6.0.0
ENV PATH="/usr/lib/ccache:${PATH}"