Update: try python 3.7
This commit is contained in:
Родитель
8287c55c6c
Коммит
9faf814e94
|
@ -6,10 +6,6 @@ param (
|
|||
)
|
||||
|
||||
Write-Host "Processing Documents:"
|
||||
Write-Host $user_profile
|
||||
Write-Host $github_access_token
|
||||
Write-Host $github_email
|
||||
Write-Host $github_user
|
||||
|
||||
git config --global credential.helper store
|
||||
Add-Content "$user_profile\.git-credentials" "https://$($github_access_token):x-oauth-basic@github.com`n"
|
||||
|
|
|
@ -16,7 +16,7 @@ tests\CodeCoverage\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet
|
|||
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
|
||||
SET PATH=C:\python34;C:\python34\Scripts;%PATH%
|
||||
SET PATH=C:\python37;C:\python37\Scripts;%PATH%
|
||||
python -m pip install --upgrade pip
|
||||
pip install codecov
|
||||
codecov -f "SVGSharpie.Coverage.xml"
|
Загрузка…
Ссылка в новой задаче