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

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

tests:
  stage: test
Alexandre Beelen's avatar
Alexandre Beelen committed
  script:
    - pip install tox
    - tox -e test
alexandre beelen's avatar
alexandre beelen committed

lint:
  stage: test
Alexandre Beelen's avatar
Alexandre Beelen committed
  script: 
    - pip install tox
    - tox -e codestyle