From 685e024e138a02d515130d9a10d449ac66a8772d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 4 Apr 2020 03:19:24 +0200
Subject: [PATCH] install nose2 before tests

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

diff --git a/.travis.yml b/.travis.yml
index 712df0b2..02296890 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_script:
   - ./cc-test-reporter before-build
 install:
   - pip install -r requirements.txt
-  - pip install coverage
+  - pip install coverage nose2
 script:
   - bash tests/test_posix/test_hang_until_sig.sh
   - coverage run -m nose2 -vv
-- 
GitLab