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 5693e3f

Browse filesBrowse files
committed
Set exit to True in test runner
Otherwise the exit status is not set correctly and travis does not fail
1 parent 5f31000 commit 5693e3f
Copy full SHA for 5693e3f

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

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def run_tests(self):
231231
nose.main(addplugins=[x() for x in plugins],
232232
defaultTest=testmodules,
233233
argv=['nosetests'] + self.test_args,
234-
exit=False)
234+
exit=True)
235235

236236

237237
# One doesn't normally see `if __name__ == '__main__'` blocks in a setup.py,

0 commit comments

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