From 75994bf2c970508caf1b73cfde7f52e8b5411712 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 3 Aug 2016 07:22:34 -0500 Subject: [PATCH] Use python:2.7 for python 2.7 tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa414e5..23c2f67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ before_script: - pip install -r dev-requirements.txt python2: + image: python:2.7 stage: test script: tox -e py27