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:
parent
27649a3dc8
commit
f3d5c10a93
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user