We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b692662 commit 4fc3fb8Copy full SHA for 4fc3fb8
.travis.yml
@@ -39,7 +39,7 @@ before_script:
39
40
script:
41
- python setup.py develop
42
- - coverage run --source=pytestqt setup.py test
+ - catchsegv coverage run --source=pytestqt setup.py test
43
44
after_success:
45
- coveralls
0 commit comments