Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c34260

Browse filesBrowse files
committed
Make sure AppVeyor exits if test script fails
1 parent 5572869 commit 9c34260
Copy full SHA for 9c34260

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.