Skip to content

Instantly share code, notes, and snippets.

@MartinThoma
Created July 29, 2020 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinThoma/a978d8ff10fd349a43c3d6633ebc96bf to your computer and use it in GitHub Desktop.
Save MartinThoma/a978d8ff10fd349a43c3d6633ebc96bf to your computer and use it in GitHub Desktop.
image: python
stages:
- test
before_script:
- pip install pip --upgrade
- pip install -r dev-requirements.txt
after_script:
- pip install codecov
- codecov --token=7d117e6b-aab6-4283-ab19-166dafc38cf5
python36:
image: python:3.6
stage: test
script: tox -e py36
python37:
image: python:3.7
stage: test
script: tox -e py37
python38:
image: python:3.8
stage: test
script: tox -e py38
linters:
image: python:3.7
stage: test
script: tox -e linters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment