Fix codecov on AppVeyor.
This commit is contained in:
parent
7656d1320a
commit
fa671a7b5e
@ -24,5 +24,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') {
|
||||||
Invoke-Command codecov -e TESTENV -X gcov --required
|
$ codecov -e TESTENV -X gcov --required
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user