OnlineJudge/daocloud.yml

12 lines
163 B
YAML
Raw Normal View History

2015-08-02 06:24:30 +00:00
image: daocloud/ci-python:2.7
services:
- mysql
env:
- oj_env="daocloud"
script:
- pip install -r requirements.txt
- mkdir LOG
- python manage.py test