I have some test cases (Python 3.7 / Linux) that sends SIGUSR1 for testing differentiated signal-based shutdown behavior. The test suite works as expected in my local macOS and Linux machines, but fails on Travis CI due to abrupt termination of the CI worker itself. (Link: https://travis-ci.org/achimnol/aiotools/jobs/456297997)
Is there any way to signal-based tests working as well on Travis CI?