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 51e4b85

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

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-0
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ test_script:
134134
# tests
135135
- echo The following args are passed to pytest %PYTEST_ARGS%
136136
- python tests.py %PYTEST_ARGS%
137+
- ps: if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
137138

138139
after_test:
139140
# After the tests were a success, build packages (wheels and conda)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.