mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #1083 from benoitc/travis-use-cache
Use travis cache
This commit is contained in:
commit
725f5cdeb1
@ -10,3 +10,7 @@ env:
|
|||||||
- TOXENV=pypy3
|
- TOXENV=pypy3
|
||||||
install: pip install tox
|
install: pip install tox
|
||||||
script: tox
|
script: tox
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- .tox
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user