messing around with a gitlab CI config

This commit is contained in:
Brian S. Stephan 2016-03-02 20:32:22 -06:00
parent 2cee918fd9
commit 7386efa2ee
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View 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