Brian S. Stephan
c02d76d178
the move to flatten the directories one level of dr_botzo is probably what caused this to be bad
10 lines
256 B
YAML
10 lines
256 B
YAML
before_script:
|
|
- virtualenv --python=python3.4 env-py3 --clear
|
|
- source env-py3/bin/activate
|
|
- pip install -Ur requirements-dev.txt
|
|
|
|
lint:
|
|
script:
|
|
- echo "--zero-exit should be set until only a few messages remain"
|
|
- prospector --zero-exit
|