aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 149df3757512237089e3649b83708b4d9a0f653b (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 --no-install-recommends python3-wheel python3.8 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