From fdbed9bc3b54062a848b45ed1df0a08b79cad63b Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Tue, 3 May 2016 13:25:03 -0700
Subject: [PATCH] more utf8 testing

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a877957..fab32de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ before_script:
 python_3:
     script:
         - source /setup.sh
+        - echo $PYTHONIOENCODING
         - kat -v
         - which python3
         - python3 --version
@@ -23,6 +24,7 @@ python_3:
 python_2:
     script:
         - source /setup.sh
+        - echo $PYTHONIOENCODING
         - kat -v
         - which python2.7
         - python2.7 --version
-- 
GitLab