aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-06 14:56:10 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-06 14:56:10 -0700
commitaa15883fcbfc31546d4d94f2089e177dc481cc48 (patch)
tree3868569588179b13881a93633016a90d088256dc /.gitlab-ci.yml
parent772880c0e8adae1d20ae19f00e295bf2f8e895c6 (diff)
downloadsandcrawler-aa15883fcbfc31546d4d94f2089e177dc481cc48.tar.gz
sandcrawler-aa15883fcbfc31546d4d94f2089e177dc481cc48.zip
add pylint to CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb052d5..45c585c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,14 +3,14 @@ before_script:
- apt update -qy
- apt install -y python3-dev python3-pip python3-wheel libjpeg-dev
- pip3 install pipenv
- - pipenv -v
+ - pipenv --version
test_mapreduce:
script:
- cd mapreduce
- pipenv install --dev --deploy
- pipenv run pytest
- #- pipenv run flake8
+ - pipenv run pylint *.py
test_pig:
script: