From 7a9f8b3aac790367798a3b6975b0b21281953c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 29 Apr 2020 16:15:18 +0200 Subject: [PATCH] fix test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d17303c2..f88a2386 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 - - python setup.py test + - coverage run -m nose2 -v after_success: - coverage xml - ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT -- GitLab