From d78c277b4ed1703d179cf24d02b7383876d5ddbb 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:31:20 +0200 Subject: [PATCH] fixed coverage for pypy --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a0f4d85..54e5180 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,3 +39,4 @@ universal = 0 [options] python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* +test_suite = tests -- GitLab