aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 6 insertions, 1 deletions
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: