This commit is contained in:
Florian Bruhin 2015-11-18 18:09:59 +01:00
parent 202fc8a5bd
commit 9f89033b8e

View File

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