From 8a9081767d61380673cbaa03c1f475caf4a12047 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:23:53 +0200 Subject: [PATCH] fixed coverage for pypy --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 712f6ba..842fd92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,9 @@ jobs: python: "pypy3.5" script: - python setup.py install - - pytest --cov=./ --cov-report=xml + - pytest + after_script: + - echo "Do nothing" - stage: test python: "3.8" script: -- GitLab