Skip to content

Commit d54b407

Browse files
committed
Remove catchsegv as it prevents coverage from collecting information
1 parent 4308d18 commit d54b407

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
@@ -39,7 +39,7 @@ before_script:
3939

4040
script:
4141
- python setup.py develop
42-
- catchsegv coverage run --source=pytestqt setup.py test
42+
- coverage run --source=pytestqt setup.py test
4343

4444
after_success:
4545
- coveralls

0 commit comments

Comments
 (0)