Skip to content

Commit

Permalink
Stark reminder of why I like python most.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 20, 2019
1 parent e8706ac commit b202171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ test_script:
- ps: |
Set-PSDebug -Trace 1
cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd $Env:PYTHON_HOME\Scripts\tox
if ($LastExitCode -eq 0)
if ($LastExitCode -eq 0) {
if ($Env:WHEEL_PATH) {
$ErrorActionPreference = "Stop"
$Env:PYTHON_HOME\Scripts\twine check $Env:WHEEL_PATH/*.whl
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/.appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_script:
- ps: |
Set-PSDebug -Trace 1
cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd $Env:PYTHON_HOME\Scripts\tox
if ($LastExitCode -eq 0)
if ($LastExitCode -eq 0) {
if ($Env:WHEEL_PATH) {
$ErrorActionPreference = "Stop"
$Env:PYTHON_HOME\Scripts\twine check $Env:WHEEL_PATH/*.whl
Expand Down

0 comments on commit b202171

Please sign in to comment.