From 4abbb82837b14c39b61d022e3d789db41050f8b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 30 Jun 2021 15:29:06 +0200
Subject: [PATCH] fixed coverage for pypy

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

diff --git a/.travis.yml b/.travis.yml
index 3c4ce87..6282c2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ jobs:
         - pypy3 -m pip install pytest coverage pytest-cov
       script:
         - pypy3 setup.py install
-        - pytest
+        - pypy3 setup.py test
       after_script:
         - echo "Do nothing"
     - stage: test
-- 
GitLab