aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 18 insertions, 0 deletions
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