Skip to content
Snippets Groups Projects
Commit 54691f94 authored by Robert Habermann's avatar Robert Habermann
Browse files

fix Python27 test runner

parent 36d8cf0a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ py27:
stage: test
image: python:2.7
script:
- tox -e py34
- tox -e py27
py34:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment