Skip to content

Commit

Permalink
Force zero returncode from collect-full-coverage.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 31, 2015
1 parent 2502c67 commit cb752e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/collect-full-coverage.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@
:: allowing the test suite to compare the files installed and removed by pip
:: and pip-accel.
"%PYTHON%\Scripts\pip.exe" uninstall --yes ipython

:: If iPython wasn't installed to begin with, the previous command will have
:: returned with a nonzero exit code. We don't want this to terminate the
:: AppVeyor CI build.
exit /b 0

0 comments on commit cb752e7

Please sign in to comment.