fix missing pip install redis.

This commit is contained in:
2019-12-11 19:06:19 +00:00
parent 981254ec61
commit 223755d894

View File

@@ -24,6 +24,7 @@ install:
before_script:
- pip install coverage
- pip install codecov
- pip install redis
before_install:
- mysql -e 'create database pydal;'