Skip to content
Snippets Groups Projects
Commit 8a908176 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixed coverage for pypy

parent dcdf6d4c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment