summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-24 20:45:59 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-24 20:45:59 +0100
commit7f52d94a0192716aba9bdaacddf2fa8e2cbc5ea0 (patch)
tree2e27354008b9a5fb3e1d6bf0e533bbaab5cd3a0f /.gitlab-ci.yml
parente534c1674f212fe361670db063c2fa4f35a459ba (diff)
downloadpygobject-7f52d94a0192716aba9bdaacddf2fa8e2cbc5ea0.tar.gz
gitlab-ci: add a pypy2 job. See #180
This just builds things and doesn't run anything
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4468607..3ffa293d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,6 +90,11 @@ python3.7:
PYENV_VERSION: "3.7.0b2"
<<: *defaults
+pypy2:
+ variables:
+ PYENV_VERSION: "pypy2.7-5.10.0"
+ <<: *defaults
+
xenial-i386-py2:
stage: build_and_test
image: lazka/pygobject:pyenv-old