Update gitlab-ci to run a python2 test

This commit is contained in:
John Helmert
2019-06-09 21:51:32 -05:00
parent 7c51032acd
commit 52061c14ac

View File

@@ -1,3 +1,11 @@
python2.7:
image: python:2.7-stretch
script:
- pip install .[test]
- pip install .
- python -m pytest tests/
- pylint --rcfile .pylintrc -E tuir/
python3.6: python3.6:
image: python:3.6-stretch image: python:3.6-stretch
script: script: