Fix codecov on AppVeyor.

This commit is contained in:
Florian Bruhin 2015-10-26 19:38:59 +01:00
parent 7656d1320a
commit fa671a7b5e

View File

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