1 Star 8 Fork 4

xudian / OnlineJudge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
virusdefender 提交于 2016-03-28 18:53 . 创建.travis.yml
language: python
python:
- "2.7"
install:
- pip install -r dockerfiles/oj_web_server/requirements.txt
- mkdir log test_case upload
- cp oj/custom_settings.example.py oj/custom_settings.py
- echo "SECRET_KEY=\"`cat /dev/urandom | head -1 | md5sum | head -c 32`\"" >> oj/custom_settings.py
- python manage.py migrate
- python manage.py migrate --database=submission
- python manage.py initadmin
script:
- python manage.py test
Python
1
https://gitee.com/SuperDian/OnlineJudge.git
git@gitee.com:SuperDian/OnlineJudge.git
SuperDian
OnlineJudge
OnlineJudge
master

搜索帮助