From 37529512c95e9517a3100a2981dfad743341c560 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 2 Aug 2015 14:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0daocloud=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daocloud.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 daocloud.yml diff --git a/daocloud.yml b/daocloud.yml new file mode 100644 index 00000000..e5c57247 --- /dev/null +++ b/daocloud.yml @@ -0,0 +1,12 @@ +image: daocloud/ci-python:2.7 + +services: + - mysql + +env: + - oj_env="daocloud" + +script: + - pip install -r requirements.txt + - mkdir LOG + - python manage.py test \ No newline at end of file