Skip to content
Snippets Groups Projects
.gitlab-ci.yml 264 B
Newer Older
Bruce Cowan's avatar
Bruce Cowan committed
image: python:latest
stages:
Bruce Cowan's avatar
Bruce Cowan committed
  - test

before_script:
  - python -V

check:
Bruce Cowan's avatar
Bruce Cowan committed
  script:
    - pip install flake8
    - flake8 karma.py --max-line-length 120
Bruce Cowan's avatar
Bruce Cowan committed

Bruce Cowan's avatar
Bruce Cowan committed
  stage: test
  script:
    - pip install errbot pytest
    - pytest