travis: force version of hg-git

The latest that works.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2016-05-16 17:51:32 -05:00
parent 185852eac4
commit 02a0a59a4b

View File

@@ -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