From 65cba59a72cab367354b214da58915f0b387dcf8 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 26 Feb 2018 12:14:52 +1100 Subject: [PATCH] Add initial .gitlab-ci.yml, which hopefully works correctly --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..699a3ab --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +test: + script: + - apt-get update -qy + - apt-get install -y python-dev python-pip + - pip install pipenv + - pipenv install + - pipenv run pytest