travis: add pip cache

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2019-06-04 00:56:41 -05:00
parent 01c9a981c7
commit cee3ed7c00

View File

@@ -1,6 +1,9 @@
language: python
python: 2.7
cache:
- pip
install:
- if [ "$HG_VERSION" != "dev" ];
then pip install Mercurial${HG_VERSION+==$HG_VERSION};