From ec21a34f34010e784dae51b12d7a9b67f7ac541d 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:27:25 +0200 Subject: [PATCH] fixed coverage for pypy --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 842fd92..3c4ce87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,11 @@ jobs: include: - stage: test python: "pypy3.5" + before_script: + - pypy3 -m pip install -r requirements.txt + - pypy3 -m pip install pytest coverage pytest-cov script: - - python setup.py install + - pypy3 setup.py install - pytest after_script: - echo "Do nothing" -- GitLab