From 643efa62ece24c7ab531457641afbaa4924c1385 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 26 May 2021 18:32:06 +0200
Subject: [PATCH] fix tests

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

diff --git a/.travis.yml b/.travis.yml
index d9594a5..14d6137 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ before_script:
   - chmod +x ./cc-test-reporter
   - ./cc-test-reporter before-build
   - pip install -r requirements.txt
+  - pip install nose2 mock coverage nose2[coverage_plugin]
 jobs:
   include:
     - stage: test
-- 
GitLab