messing around with a gitlab CI config
This commit is contained in:
parent
2cee918fd9
commit
7386efa2ee
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
||||
before_script:
|
||||
- virtualenv --python=python3.4 env-py3 --clear
|
||||
- source env-py3/bin/activate
|
||||
- pip install -Ur requirements.txt
|
||||
|
||||
lint:
|
||||
script:
|
||||
- cd dr_botzo
|
||||
- prospector
|
Loading…
Reference in New Issue
Block a user