Install not required redis

This commit is contained in:
M1ha 2019-06-27 17:22:40 +05:00
parent 2f4dbdc151
commit 8a581f27db

View File

@ -62,6 +62,7 @@ install:
- pip install -r requirements.txt
- pip install -q Django==$DJANGO.*
- pip install redis
- python setup.py -q install
before_script: