Skip to content

Commit 16333c3

Browse files
committed
Use catchsegv for Travis
This should make it easier to find out what's happening on segfaults.
1 parent 1cf256e commit 16333c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ before_script:
4040

4141
script:
4242
- python setup.py develop
43-
- coverage run --source=pytestqt setup.py test
43+
- catchsegv coverage run --source=pytestqt setup.py test
4444

4545
after_success:
4646
- coveralls

0 commit comments

Comments
 (0)