Skip to content

Commit 653cde2

Browse files
committed
travis: do not run report tests
They are randomly segfaulting too often.
1 parent f3ebda7 commit 653cde2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis/stage_script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ export PYTHONWARNINGS=module
2424
catchsegv xvfb-run -a -s "$XVFBARGS" \
2525
coverage run -m unittest -v \
2626
Orange.tests \
27-
Orange.widgets.tests \
28-
Orange.canvas.report.tests
27+
Orange.widgets.tests
2928
coverage combine

0 commit comments

Comments
 (0)