From 02a0a59a4ba07339d5b86294185087e2febedd2b Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 16 May 2016 17:51:32 -0500 Subject: [PATCH] travis: force version of hg-git The latest that works. Signed-off-by: Felipe Contreras --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1da77f6..01795d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ install: then pip install -q Mercurial${HG_VERSION+==$HG_VERSION}; else pip install -q http://selenic.com/repo/hg/archive/tip.tar.gz; fi - - pip install -q dulwich hg-git || true + - pip install -q dulwich hg-git==0.6.1 || true before_script: - hg --version || true