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