mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-01 10:02:01 +00:00
12 lines
163 B
YAML
12 lines
163 B
YAML
image: daocloud/ci-python:2.7
|
|
|
|
services:
|
|
- mysql
|
|
|
|
env:
|
|
- oj_env="daocloud"
|
|
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- mkdir LOG
|
|
- python manage.py test |