Skip to content
Snippets Groups Projects
Commit 3db1adc0 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Test coverage doesn't seem to work on pypy3.

parent 049af1d7
No related merge requests found
Pipeline #
......@@ -57,6 +57,7 @@ test:pypy-2:
- python setup.py test
- py.test --cov=chkcrontab_lib tests
# TODO(lyda): Fix test coverage here.
test:pypy-3:
image: pypy:3-slim
type: test
......@@ -64,4 +65,3 @@ test:pypy-3:
- pip install pytest-cov
- python setup.py install
- python setup.py test
- py.test --cov=chkcrontab_lib tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment