From 9b6169a9b9ba4d858014da898f4e20c900877367 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:34:35 +0200 Subject: [PATCH] fix tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14d6137..0f1c439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +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] + - pip install nose2 mock coverage nose2[coverage_plugin] cython[coverage] jobs: include: - stage: test -- GitLab