Skip to content

Commit

Permalink
remove unused commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fourplusone committed Oct 13, 2018
1 parent f7c5989 commit 3cb64a5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,11 @@ build_script:
test_script:
- ps: |
cp build\Release\git2.dll .
$env:LIBGIT2 = ($Env:APPVEYOR_BUILD_FOLDER + "\build\libgit2")
$env:PATH = $env:PATH + ";" + (split-path $env:PYTHON -parent)
&$env:PYTHON -m tox -e $env:TOXENV
&$env:PYTHON -m tox
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
# upload results to AppVeyor
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path ".\junit-$env:TOXENV.xml"))
Expand Down

0 comments on commit 3cb64a5

Please sign in to comment.