summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-01 16:07:10 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-11 13:30:17 +0100
commit9b5a99c1243c2840c133645a5e6287d4186f89b5 (patch)
tree241c0611f3dc7d43a846e110add271d9e58e59d0 /.gitlab-ci/Dockerfile
parent7399496b808be05a419063dfc925e09e40c9c09b (diff)
downloadpygobject-9b5a99c1243c2840c133645a5e6287d4186f89b5.tar.gz
gitlab-ci: add Python 3.7.0b2 job
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index e7fde966..cd486a2d 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -43,5 +43,6 @@ RUN pyenv install 2.7.14
RUN pyenv install 3.4.7
RUN pyenv install 3.5.5
RUN pyenv install 3.6.4
+RUN pyenv install 3.7.0b2
ENV PATH="/usr/lib/ccache:${PATH}"