summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-03 07:22:34 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-03 07:22:34 -0500
commit75994bf2c970508caf1b73cfde7f52e8b5411712 (patch)
tree2fa3f48d98d6ea7633e78b628546dc5f025c12e2
parentc8df0f88d178fbdf07904be184d728905ee6c6b5 (diff)
downloadflake8-75994bf2c970508caf1b73cfde7f52e8b5411712.tar.gz
Use python:2.7 for python 2.7 tests
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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