Add extra verbosity

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2014-06-02 18:29:14 -05:00
parent e4aeae6d4b
commit f20dbc33c3
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ before_script:
- pip show hg-git dulwich
script:
- export TEST_OPTS='-v'
- make test
matrix:

View File

@@ -36,6 +36,8 @@ fi
hg_version=$(python2 -c 'from mercurial import util; print util.version()')
echo "hg_version: $hg_version"
case $hg_version in
3.0+*)
skip_all='skipping remote-hg tests; unsuported version of hg by hg-git'