[Travis CI] Fixes the build.

This commit is contained in:
Bertrand Bordage 2014-12-08 00:35:26 +01:00
parent e40152fdda
commit fccb6aa626

View file

@ -22,6 +22,7 @@ before_script:
- psql -c 'CREATE DATABASE cachalot OWNER cachalot;' -U postgres
- mysql -u root -e 'CREATE DATABASE cachalot;'
# Caches pip downloads
- mkdir ~/.pip
- printf '[global]\ndownload_cache = ~/.cache/pip\n' >> ~/.pip/pip.conf
script: