aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 2063318ae22d0e16dd96be9b6aa51b6c03542c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: tirtir/fuzzycat-ci:latest

stages:
  - test

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

tests:
  stage: test
  script:
    - python3 --version
    - pipenv install
    - pipenv run pytest -vv -s