summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-01-15 21:28:40 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-01-15 21:28:40 +0000
commit4b5445558b03bc2ec1b4060e22cd70f1a0e90c96 (patch)
tree7fddd52f6a70708ae469ada3a10124b79065f308
parent006370af1cf5eb1e9dc4a088077ffc498b20e66c (diff)
downloadbuildstream-4b5445558b03bc2ec1b4060e22cd70f1a0e90c96.tar.gz
.gitlab-ci.yml: Add tests for python 3.7
We already have tests for python 3.5 and 3.6 but not 3.7. Fixes https://gitlab.com/BuildStream/buildstream/issues/838.
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 743f4bf80..c9f5c3a1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,6 +60,16 @@ tests-ubuntu-18.04:
image: buildstream/testsuite-ubuntu:18.04-5da27168-32c47d1c
<<: *tests
+tests-python-3.7-stretch:
+ image: buildstream/testsuite-python:3.7-stretch-a60f0c39
+ <<: *tests
+
+ variables:
+ # Note that we explicitly specify TOXENV in this case because this
+ # image has both 3.6 and 3.7 versions. python3.6 cannot be removed because
+ # some of our base dependencies declare it as their runtime dependency.
+ TOXENV: py37
+
overnight-fedora-28-aarch64:
image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
tags: