mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-02 09:35:47 +01:00
travis: add pip cache
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
language: python
|
||||
python: 2.7
|
||||
|
||||
cache:
|
||||
- pip
|
||||
|
||||
install:
|
||||
- if [ "$HG_VERSION" != "dev" ];
|
||||
then pip install Mercurial${HG_VERSION+==$HG_VERSION};
|
||||
|
||||
Reference in New Issue
Block a user