diff --git a/.travis.yml b/.travis.yml
index dbf05ae83f52752f26bfd48716289f8b578207fc..d17303c2badd7733c691f5235aa393969c63c806 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