From 7386efa2ee90fbcc7bee3401b7effd60c83cecc5 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 2 Mar 2016 20:32:22 -0600 Subject: [PATCH] messing around with a gitlab CI config --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..17b931b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +before_script: + - virtualenv --python=python3.4 env-py3 --clear + - source env-py3/bin/activate + - pip install -Ur requirements.txt + +lint: + script: + - cd dr_botzo + - prospector