image: python:3.6
stages:
- test
before_script:
- pip install tox
python36:
stage: test
script: tox -e py36
python37:
image: python:3.7
script: tox -e py37
linters:
script: tox -e linters