mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-22 11:21:52 +00:00
[Travis CI] Fixes the build.
This commit is contained in:
parent
e40152fdda
commit
fccb6aa626
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue