Test redis in travis-ci

This commit is contained in:
zemal
2017-05-10 19:40:26 +08:00
parent 219facf185
commit 4943f3b39e
2 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ language: python
python:
- "3.5"
install:
- sudo apt-get install -qq redis-server && redis-server &
- pip install -r deploy/requirements.txt
- mkdir log test_case upload
- cp oj/custom_settings.example.py oj/custom_settings.py