From c43d7c872565141155f57c0d4be611056cb324e7 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 12 Jul 2020 18:50:56 +0200 Subject: [PATCH] Run tests for missing python versions (#85) * Add unit tests and cloud on python 2.6 * Add all python 3.x we support Co-authored-by: Felix Fontein * disable 3.5 because of acme_inspect Co-authored-by: Felix Fontein Co-authored-by: Felix Fontein --- shippable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shippable.yml b/shippable.yml index 4334b501..393d6c1c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,6 +11,7 @@ matrix: - env: T=devel/sanity/1 - env: T=devel/sanity/extra + - env: T=devel/units/2.6/1 - env: T=devel/units/2.7/1 - env: T=devel/units/3.5/1 - env: T=devel/units/3.6/1 @@ -34,8 +35,13 @@ matrix: - env: T=devel/linux/ubuntu1604/1 - env: T=devel/linux/ubuntu1804/1 + - env: T=devel/cloud/2.6/1 - env: T=devel/cloud/2.7/1 + # - env: T=devel/cloud/3.5/1 - env: T=devel/cloud/3.6/1 + - env: T=devel/cloud/3.7/1 + - env: T=devel/cloud/3.8/1 + - env: T=devel/cloud/3.9/1 # For Ansible 2.10, use a combination of different targets - env: T=2.10/sanity/1