From 772880c0e8adae1d20ae19f00e295bf2f8e895c6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 6 Apr 2018 14:37:29 -0700 Subject: iterate gitlab-ci.yml --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ee2688..eb052d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,16 +2,18 @@ image: python:3.5 before_script: - apt update -qy - apt install -y python3-dev python3-pip python3-wheel libjpeg-dev - - pip3 install --user pipenv + - pip3 install pipenv + - pipenv -v test_mapreduce: script: - cd mapreduce - - pipenv install --dev + - pipenv install --dev --deploy - pipenv run pytest + #- pipenv run flake8 test_pig: script: - cd pig - - pipenv install --dev + - pipenv install --dev --deploy - pipenv run pytest -- cgit v1.2.3