add redis module for python to travis

This commit is contained in:
Gonzalo Riestra
2019-03-08 12:50:51 +01:00
parent a794fb3d31
commit d1ee383d9b

View File

@@ -26,7 +26,7 @@ before_install:
- sudo rm -rf /etc/postgresql/$POSTGRESQL_VERSION /var/lib/postgresql/$POSTGRESQL_VERSION
- sudo pg_createcluster -u postgres $POSTGRESQL_VERSION main -- -A trust
- sudo /etc/init.d/postgresql start $POSTGRESQL_VERSION || sudo journalctl -xe
- sudo pip install redis
script:
- make
- sudo make install