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

fixed coverage for pypy

parent ec21a34f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
- pypy3 -m pip install pytest coverage pytest-cov - pypy3 -m pip install pytest coverage pytest-cov
script: script:
- pypy3 setup.py install - pypy3 setup.py install
- pytest - pypy3 setup.py test
after_script: after_script:
- echo "Do nothing" - echo "Do nothing"
- stage: test - stage: test
......
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