From 1a081b80e1406144a6a7aa650884a4e64afc466c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 16 May 2020 13:50:13 -0700 Subject: initial gitlab-ci file --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f91f0ae --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,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 -- cgit v1.2.3