From f3d5c10a93804c9cc0f0c05c4512a54f1eea7a3f Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sat, 30 Apr 2016 16:49:29 +0300 Subject: [PATCH] Fix coverage upload on Appveyor Don't use 'shallow_clone' in appveyor.yml, it causes .git/ missing. Also remove an old caching option. --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a95000c..29ae3f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,5 @@ version: 1.0.{build} -shallow_clone: true - -cache: - - downloads - environment: matrix: - Python: 35-x64 @@ -19,5 +14,4 @@ test_script: - pep8 . - nosetests - coverage report - - git rev-parse --abbrev-ref HEAD - if not "%COVERALLS_REPO_TOKEN%"=="" coveralls