OnlineJudge/.travis.yml

18 lines
580 B
YAML
Raw Normal View History

2016-03-28 10:53:43 +00:00
language: python
python:
- "3.6"
2016-03-28 10:53:43 +00:00
install:
2017-05-10 11:40:26 +00:00
- sudo apt-get install -qq redis-server && redis-server &
2017-01-23 08:05:52 +00:00
- pip install -r deploy/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 initadmin
2016-03-28 10:53:43 +00:00
script:
2017-01-23 08:25:14 +00:00
- flake8 .
2017-01-24 05:36:28 +00:00
- coverage run --include="$PWD/*" manage.py test
2017-01-24 05:28:32 +00:00
- coverage report
2017-04-16 05:08:11 +00:00
notifications:
slack: onlinejudgeteam:BzBz8UFgmS5crpiblof17K2W