OnlineJudge/.travis.yml
Beichi-CHs cef608b809
resolve backward compatibility issues
Signed-off-by: Beichi-CHs <g841734459@126.com>
2021-11-18 18:08:17 +08:00

18 lines
440 B
YAML

language: python
python:
- "3.8"
services:
- docker
- postgresql
install:
- pip install -r deploy/requirements.txt
- echo `cat /dev/urandom | head -1 | md5sum | head -c 32` > data/config/secret.key
- ./init_db.sh
script:
- docker ps -a
- flake8 --config=./.flake8 .
- coverage run --include="$PWD/*" manage.py test
- coverage report
notifications:
slack: onlinejudgeteam:BzBz8UFgmS5crpiblof17K2W