From 9589b481053814d7b43e7c32010a48ec9fd88d40 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Mon, 2 Jan 2017 20:05:04 +0000
Subject: [PATCH] I love the pypy docker image. Also, sarcasm.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 898ddad..36e0720 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
+# Dear maintainers of the pypy image...
 before_script:
   - test -f /usr/local/bin/pypy && ln -s pypy /usr/local/bin/python
+  - test -f /usr/local/bin/pypy3 && ln -s pypy3 /usr/local/bin/python
   - python setup.py install
 
 test:2.7:
-- 
GitLab