added gitlab ci yaml

This commit is contained in:
Tyrel Souza 2016-05-19 10:56:50 -04:00
parent cccaa995ae
commit 0e2aee73cf
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: python:2.7
before_script:
#- apt-get update -qq && apt-get install -y -qq python python-pip
- python --version
- pip install -r requirements.txt
types:
- test
job_test:
type: test
script:
- make test