summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-02-19 11:26:07 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-02-19 11:26:07 +0100
commit7518a04b4f82e34d908b7ed01d03210e694068d6 (patch)
tree74fc81bedb0441c944fe141e458d25850f127f6b /.gitlab-ci
parent7e6e5ae1cb587576774130a1b256b497665b9c9a (diff)
downloadpygobject-7518a04b4f82e34d908b7ed01d03210e694068d6.tar.gz
ci: add pypy3.6
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 9f129890..547b096f 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -41,6 +41,7 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p
RUN pyenv install pypy2.7-7.0.0
RUN pyenv install pypy3.5-7.0.0
+RUN pyenv install pypy3.6-7.0.0
RUN pyenv install --debug 2.7.15
RUN pyenv install 3.5.6
RUN pyenv install 3.6.8