Use python:2.7 for python 2.7 tests

This commit is contained in:
Ian Cordasco 2016-08-03 07:22:34 -05:00
parent c8df0f88d1
commit 75994bf2c9
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -11,6 +11,7 @@ before_script:
- pip install -r dev-requirements.txt
python2:
image: python:2.7
stage: test
script: tox -e py27