From 7b4165a1ddf64c88603053dccd3c44f1199f5354 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Tue, 25 Apr 2017 11:29:10 +0100
Subject: [PATCH] Disabling CI until it has been set up

---
 .gitlab-ci.yml | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e76cf6cd..94b90a111 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,14 @@
-test:2.7:
-  image: python2.7
-  script:
-    - cat requirements.txt | xargs -n 1 pip install
-    - python setup.py test
+# Keeping this commented out until CI is working 
+#
+# test:2.7:
+#   image: python2.7
+#   script:
+#     - cat requirements.txt | xargs -n 1 pip install
+#     - python setup.py test
 
 
-test:3.5:
-  image: python3.5
-  script:
-    - cat requirements.txt | xargs -n 1 pip install
-    - python setup.py test
+# test:3.5:
+#   image: python3.5
+#   script:
+#     - cat requirements.txt | xargs -n 1 pip install
+#     - python setup.py test
-- 
GitLab