Skip to content
Snippets Groups Projects
.gitlab-ci.yml 129 B
Newer Older
alexandre beelen's avatar
alexandre beelen committed
image: python

stages:
- test
alexandre beelen's avatar
alexandre beelen committed
- lint
alexandre beelen's avatar
alexandre beelen committed

tests:
  stage: test
  script: tox -e test

lint:
  stage: test
  script: tox -e codestyle