From 59952f7b3754ee2ef899b2e11b4246934911eb31 Mon Sep 17 00:00:00 2001 From: Jomaro Rodrigues <jomaro.rodrigues@gmail.com> Date: Wed, 7 Mar 2018 16:55:21 -0300 Subject: [PATCH] adicionando rascunho do gitlab ci --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e69de29..56f6ce0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +before_script: + - make install + - pipenv shell + - python --version + +django-tests: + script: + - cd src + - python manage.py test + + + -- GitLab