AppVeyor: Really fix codecov.

This commit is contained in:
Florian Bruhin 2015-10-27 17:53:50 +01:00
parent daaa15396c
commit 02dda23be6

View File

@ -23,5 +23,5 @@ after_test:
(New-Object 'System.Net.WebClient').UploadFile($url, (Resolve-Path $file)) (New-Object 'System.Net.WebClient').UploadFile($url, (Resolve-Path $file))
} }
if ($env:TESTENV -eq 'py34') { if ($env:TESTENV -eq 'py34') {
$ codecov -e TESTENV -X gcov --required C:\Python34\Scripts\codecov -e TESTENV -X gcov
} }