added gitlab ci yaml
This commit is contained in:
parent
cccaa995ae
commit
0e2aee73cf
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user