From 27649a3dc891ef098d855dab4478dd22891137ff Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sat, 30 Apr 2016 16:41:54 +0300 Subject: [PATCH] Appveyor: test a git command --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a617339..a95000c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,4 +19,5 @@ test_script: - pep8 . - nosetests - coverage report + - git rev-parse --abbrev-ref HEAD - if not "%COVERALLS_REPO_TOKEN%"=="" coveralls