From a654cd0ccee3c1263c38102c090fb4673fe43eee Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 7 Jun 2017 16:36:37 +0100
Subject: [PATCH] Gaargh

---
 .gitlab-ci.yml | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 937bcf037..9f121e23b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -253,9 +253,23 @@ test:2.7:
   image: python:2.7
 
 
-test:3.5:
+test:3.4:
   <<: *test_template
-  image: python:3.5
+  image: python:3.4
+
+
+# a wxphoenix/3.5 build
+# is not yet available
+# test:3.5:
+#   <<: *test_template
+#   image: python:3.5
+
+
+# a wxphoenix/3.6 build
+# is not yet available
+# test:3.6:
+#   <<: *test_template
+#   image: python:3.6
 
 
 ###########
-- 
GitLab