dr.botzo/.gitlab-ci.yml

10 lines
256 B
YAML
Raw Permalink Normal View History

2016-03-02 20:32:22 -06:00
before_script:
- virtualenv --python=python3.4 env-py3 --clear
- source env-py3/bin/activate
- pip install -Ur requirements-dev.txt
2016-03-02 20:32:22 -06:00
lint:
script:
- echo "--zero-exit should be set until only a few messages remain"
- prospector --zero-exit