OnlineJudge/daocloud.yml
2015-09-08 17:36:07 +08:00

12 lines
160 B
YAML

image: daocloud/ci-python:2.7
services:
- mysql
env:
- oj_env="local"
script:
- pip install -r requirements.txt
- mkdir log
- python manage.py test