From d1ee383d9bcf86ec906162f643f62fd7bdc50d2d Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Fri, 8 Mar 2019 12:50:51 +0100 Subject: [PATCH] add redis module for python to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae454c6..812dcd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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