diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-07 17:13:06 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-07 17:13:06 +0200 |
commit | 76d8dd697b06505513b3b9e06e43756373b6da0b (patch) | |
tree | 36a60af5c4285a0b94a4b78241cab65948a26909 /.gitlab-ci/Dockerfile | |
parent | c31ea9331a643ad114affd0c6761a404d0170259 (diff) | |
download | pygobject-76d8dd697b06505513b3b9e06e43756373b6da0b.tar.gz |
ci: python updateci-py-update
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r-- | .gitlab-ci/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index cd1aa1bb..cc9cff48 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -41,8 +41,8 @@ RUN curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/p 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 3.6.6 +RUN pyenv install 3.7.0 RUN pyenv install pypy2.7-6.0.0 RUN pyenv install pypy3.5-6.0.0 |