From bb34c2a7085d19baa37898f82bbb6455be0b2be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 25 Apr 2020 16:21:00 +0200 Subject: [PATCH] change the way this is tested --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dbf05ae8..d17303c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip install coverage nose2 requests script: - bash tests/test_posix/test_hang_until_sig.sh - - coverage run -m nose2 -vv + - python setup.py test after_success: - coverage xml - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT -- GitLab