diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-08-03 07:22:34 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-08-03 07:22:34 -0500 |
| commit | 75994bf2c970508caf1b73cfde7f52e8b5411712 (patch) | |
| tree | 2fa3f48d98d6ea7633e78b628546dc5f025c12e2 | |
| parent | c8df0f88d178fbdf07904be184d728905ee6c6b5 (diff) | |
| download | flake8-75994bf2c970508caf1b73cfde7f52e8b5411712.tar.gz | |
Use python:2.7 for python 2.7 tests
| -rw-r--r-- | .gitlab-ci.yml | 1 |
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 |
