mirror of
https://github.com/certbot/certbot.git
synced 2026-03-28 21:33:27 -04:00
Merge pull request #2161 from letsencrypt/cache-pip
Cache Python packages
This commit is contained in:
commit
534b0eccf7
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
language: python
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
||||
services:
|
||||
- rabbitmq
|
||||
- mariadb
|
||||
|
|
|
|||
Loading…
Reference in a new issue