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

stages:
- test

tests:
  stage: test
  script: tox -e test

lint:
  stage: test
  script: tox -e codestyle