Add cirleci script
This commit is contained in:
parent
d545b197ea
commit
0db55007ab
|
@ -0,0 +1,15 @@
|
||||||
|
machine:
|
||||||
|
python:
|
||||||
|
version: 2.7.3
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- pip install -U docker-compose==1.2.0
|
||||||
|
- docker-compose pull
|
||||||
|
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- make test
|
Loading…
Reference in New Issue