Add cirleci script

This commit is contained in:
Marcos Lilljedahl 2015-07-06 01:51:13 -03:00
parent d545b197ea
commit 0db55007ab
1 changed files with 15 additions and 0 deletions

15
circle.yml Normal file
View File

@ -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