aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: d838ef2652748c7d250941e9ec3202ce38a28358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# https://hub.docker.com/r/tirtir/fuzzycat-ci/tags
# https://git.sr.ht/~miku/dockerfiles/blob/master/fuzzycat-ci/Dockerfile
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