OnlineJudge/daocloud.yml

12 lines
160 B
YAML
Raw Normal View History

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