From a1465e262640c8edfb20db985a485e1961864f07 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 11 Jun 2016 23:59:51 -0500
Subject: [PATCH] Bump Py3 CI tests to Py 3.5

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f215a0..a33fe58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,23 +7,23 @@ Python 2.7:
   - python2.7
   except:
   - tags
-Python 3.4:
+Python 3.5:
   script:
-  - export PY_EXE=python3.4
+  - export PY_EXE=python3.5
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
   - ". ./build-and-test-py-project.sh"
   tags:
-  - python3.4
+  - python3.5
   except:
   - tags
-Python 3.4 small integer opt:
+Python 3.5 small integer opt:
   script:
-  - export PY_EXE=python3.4
+  - export PY_EXE=python3.5
   - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
   - ./configure.py --use-imath-sio
   - ". ./build-and-test-py-project.sh"
   tags:
-  - python3.4
+  - python3.5
   except:
   - tags
 Python 2.6:
-- 
GitLab