aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: f91f0aef6459f44f2cbfd56119cc43b6bd0f8662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# This image comes with:
# - ubuntu:xenial (what IA infrastructure runs circa spring 2020)
# - python3 dev setup
# - pipenv
image: "bnewbold/fatcat-test-base:latest"

before_script:
  - pipenv --version

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

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