From f8920f46b46282670229bdb7cf12052d167c26e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 11 Apr 2018 15:02:51 -0700 Subject: dev infra --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 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 00000000..7cd8a6dd --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: python:3.6-stretch +before_script: + - apt update -qy + - apt install -y python3-dev python3-pip python3-wheel + - pip3 install pipenv + - pipenv --version + +test_mapreduce: + script: + - pipenv install --dev --deploy + - pipenv run pytest --cov + - pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat -- cgit v1.2.3