aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: bcfe871d82e70a9561000840abf39128c67c14e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: bnewbold/fatcat-test-base:latest

stages:
  - test

before_script:
   - pip install --upgrade pip
   - pip install pytest

tests:
  stage: test
  script:
    - python setup.py develop
    - pytest