Fix coverage upload on Appveyor

Don't use 'shallow_clone' in appveyor.yml, it causes
.git/ missing. Also remove an old caching option.
This commit is contained in:
Peter Melnichenko 2016-04-30 16:49:29 +03:00
parent 27649a3dc8
commit f3d5c10a93

View File

@ -1,10 +1,5 @@
version: 1.0.{build} version: 1.0.{build}
shallow_clone: true
cache:
- downloads
environment: environment:
matrix: matrix:
- Python: 35-x64 - Python: 35-x64
@ -19,5 +14,4 @@ test_script:
- pep8 . - pep8 .
- nosetests - nosetests
- coverage report - coverage report
- git rev-parse --abbrev-ref HEAD
- if not "%COVERALLS_REPO_TOKEN%"=="" coveralls - if not "%COVERALLS_REPO_TOKEN%"=="" coveralls