dr.botzo/.gitlab-ci.yml

11 lines
274 B
YAML

before_script:
- virtualenv --python=python3.4 env-py3 --clear
- source env-py3/bin/activate
- pip install -Ur requirements-dev.txt
lint:
script:
- cd dr_botzo
- echo "--zero-exit should be set until only a few messages remain"
- prospector --zero-exit