summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
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.yml
parent1ba89bc9e083e824aa805fc39e97920d089abf33 (diff)
downloadpygobject-aa0df93d466f0a18e39863c039adf32df124ec70.tar.gz
ci: update pypy and py2.7
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0bf6814..f53bddf1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/pygobject/main:v5
+image: registry.gitlab.gnome.org/gnome/pygobject/main:v6
stages:
- build_and_test
@@ -83,7 +83,7 @@ python3-mingw64:
python2.7:
variables:
- PYENV_VERSION: "2.7.14"
+ PYENV_VERSION: "2.7.15"
<<: *defaults
python3.5:
@@ -105,14 +105,14 @@ python3.7:
pypy2:
allow_failure: true
variables:
- PYENV_VERSION: "pypy2.7-5.10.0"
+ PYENV_VERSION: "pypy2.7-6.0.0"
<<: *defaults
pypy3:
when: manual
allow_failure: true
variables:
- PYENV_VERSION: "pypy3.5-5.10.1"
+ PYENV_VERSION: "pypy3.5-6.0.0"
<<: *defaults
xenial-i386-py2: