From d726d7991b2213110e0c6a027520bcc76682110c Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 7 Oct 2017 22:09:08 +0200
Subject: [PATCH] tests

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a93ab8ba..cd2d0ba4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,6 @@ install:
  - pip install -r requirements.txt
 script:
  - bash tests/test_posix/test_hang_until_sig.sh
- - python setup.py nosetests
+ - python setup.py tests
 after_success:
  - CODECLIMATE_REPO_TOKEN=cc1c853d7d3b0d97a3de8e245d02b834194d30037ff8644d2b26d0e5f17c5fe6 codeclimate-test-reporter
-- 
GitLab