summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-01 01:13:09 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-01 01:14:26 +0200
commit25fa14dc1bffa7489af741f40403442912d5d533 (patch)
tree33ca75b04f23bfe52952753337cef8917c317705 /.gitlab-ci.yml
parent1f0c2c0a0d2c76d0b2d351013bb14be092af45a6 (diff)
downloadpygobject-25fa14dc1bffa7489af741f40403442912d5d533.tar.gz
gitlab-ci: update pyenv versions and add pypy3 job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 11 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ffa293d..15e0b359 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ cache:
.defaults: &defaults
stage: build_and_test
- image: lazka/pygobject:pyenv
+ image: lazka/pygobject:v3
artifacts:
paths:
- coverage/
@@ -28,12 +28,12 @@ cache:
coverage:
stage: coverage
- image: lazka/pygobject:pyenv
+ image: lazka/pygobject:v3
artifacts:
paths:
- coverage/
variables:
- PYENV_VERSION: "3.6.4"
+ PYENV_VERSION: "3.6.5"
script:
- bash -x ./.gitlab-ci/coverage-docker.sh
@@ -72,7 +72,7 @@ python2.7:
python3.4:
variables:
- PYENV_VERSION: "3.4.7"
+ PYENV_VERSION: "3.4.8"
<<: *defaults
python3.5:
@@ -82,12 +82,12 @@ python3.5:
python3.6:
variables:
- PYENV_VERSION: "3.6.4"
+ PYENV_VERSION: "3.6.5"
<<: *defaults
python3.7:
variables:
- PYENV_VERSION: "3.7.0b2"
+ PYENV_VERSION: "3.7.0b3"
<<: *defaults
pypy2:
@@ -95,6 +95,11 @@ pypy2:
PYENV_VERSION: "pypy2.7-5.10.0"
<<: *defaults
+pypy3:
+ variables:
+ PYENV_VERSION: "pypy3.5-5.10.1"
+ <<: *defaults
+
xenial-i386-py2:
stage: build_and_test
image: lazka/pygobject:pyenv-old