travis: cache pip cache
This commit is contained in:
parent
2f426fe5f7
commit
f7ea8e18bf
|
@ -6,3 +6,4 @@ python:
|
||||||
script:
|
script:
|
||||||
- pytest --cov=.
|
- pytest --cov=.
|
||||||
- coveralls
|
- coveralls
|
||||||
|
cache: pip
|
||||||
|
|
Loading…
Reference in New Issue