mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 21:24:44 +00:00
Caches pip downloads.
This commit is contained in:
parent
a4f26ec8a9
commit
e40152fdda
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ before_script:
|
|||
- psql -c 'CREATE USER cachalot CREATEDB;' -U postgres
|
||||
- psql -c 'CREATE DATABASE cachalot OWNER cachalot;' -U postgres
|
||||
- mysql -u root -e 'CREATE DATABASE cachalot;'
|
||||
# Caches pip downloads
|
||||
- printf '[global]\ndownload_cache = ~/.cache/pip\n' >> ~/.pip/pip.conf
|
||||
|
||||
script:
|
||||
- tox -e $TOXENV-sqlite3-locmem
|
||||
|
|
|
|||
Loading…
Reference in a new issue