summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 154e14abfa963b2dab37c493032bbabccc881b50 (plain)
1
2
3
4
5
6
7
8
9
10
image: "python:3.5"

stages:
  - test

test:
  stage: test
  script:
    - pip install -r requirements.txt
    - ./cli.py test_ci