summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-01 16:07:10 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-11 13:30:17 +0100
commit9b5a99c1243c2840c133645a5e6287d4186f89b5 (patch)
tree241c0611f3dc7d43a846e110add271d9e58e59d0 /.gitlab-ci.yml
parent7399496b808be05a419063dfc925e09e40c9c09b (diff)
downloadpygobject-9b5a99c1243c2840c133645a5e6287d4186f89b5.tar.gz
gitlab-ci: add Python 3.7.0b2 job
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 d6915e46..ce06132c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,3 +87,8 @@ python3.6:
variables:
PYENV_VERSION: "3.6.4"
<<: *defaults
+
+python3.7:
+ variables:
+ PYENV_VERSION: "3.7.0b2"
+ <<: *defaults