8000 Make sure AppVeyor exits if test script fails · matplotlib/matplotlib@9c34260 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c34260

Browse files
committed
Make sure AppVeyor exits if test script fails
1 parent 5572869 commit 9c34260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ install:
9696
# https://github.com/matplotlib/matplotlib/issues/9176
9797
- python -c "import sys; sys.exit(not (3,) < sys.version_info < (3,6,3))" && (
9898
curl -sL https://github.com/python/cpython/pull/1224.patch |
99-
patch -fsup 1 -d %CONDA_PREFIX% ) || ( set errorlevel= )
99+
patch -fsup 1 -d %CONDA_PREFIX% ) || cmd /c "exit /b 0"
100100

101101
# Let the install prefer the static builds of the libs
102102
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib

0 commit comments

Comments
 (0)
0