From c3c5a6ef57e83ff4395f9f87e7e372c6c371e4a5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 25 Sep 2019 22:25:59 -0700 Subject: gitlab CI: run both python and python_hadoop tests --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f927fe..7792992 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,12 @@ test_python: - cd python - pipenv install --dev --deploy - pipenv run pytest --cov - - pipenv run pylint -E *.py + +test_python_hadoop: + script: + - cd python_hadoop + - pipenv install --dev --deploy + - pipenv run pytest --cov test_scalding: script: -- cgit v1.2.3