From 4b5445558b03bc2ec1b4060e22cd70f1a0e90c96 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Tue, 15 Jan 2019 21:28:40 +0000 Subject: .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. --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- cgit v1.2.1