summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 10:18:36 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-27 10:18:36 +0100
commitaf1abb54017b9a71a1949c6d53bd78e69f85ff03 (patch)
treebb891c03053fb89a01c7c8870960634180db5bac /.gitlab-ci.yml
parent4fcc712748c61118483738c9f68142a73894c35e (diff)
downloadpygobject-af1abb54017b9a71a1949c6d53bd78e69f85ff03.tar.gz
ci: update docker image to cosmic; update python versions
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e00e1343..c7d66337 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/pygobject/main:v8
+image: registry.gitlab.gnome.org/gnome/pygobject/main:v9
stages:
- build_and_test
@@ -34,7 +34,7 @@ coverage:
paths:
- coverage/
variables:
- PYENV_VERSION: "3.6.6"
+ PYENV_VERSION: "3.6.7"
script:
- bash -x ./.gitlab-ci/coverage-docker.sh
@@ -91,12 +91,12 @@ python3.5:
python3.6:
variables:
- PYENV_VERSION: "3.6.6"
+ PYENV_VERSION: "3.6.7"
<<: *defaults
python3.7:
variables:
- PYENV_VERSION: "3.7.0-debug"
+ PYENV_VERSION: "3.7.1-debug"
<<: *defaults
pypy2:
@@ -122,7 +122,7 @@ xenial-i386-py2:
gtk4:
stage: build_and_test
- image: registry.gitlab.gnome.org/gnome/pygobject/gtk4:v1
+ image: registry.gitlab.gnome.org/gnome/pygobject/gtk4:v2
artifacts:
paths:
- coverage/