aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 099f9d8ce05d2a0736b9637b4d97ef7fe0772379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: debian:bullseye
before_script:
  - apt update -qy
  - apt install -y python3-wheel python3.8 python3.8-dev python3.8-venv python3.8-distutils python3-pytest git make pipenv
  - pipenv --version

variables:
  LC_ALL: "C.UTF-8"
  LANG: "C.UTF-8"

test_python:
  script:
    - pipenv install --dev --deploy
    - pipenv run make test