From 3db1adc07b2373e1ebfb4e144d820bb1ebc68b80 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Mon, 2 Jan 2017 20:21:13 +0000 Subject: [PATCH] Test coverage doesn't seem to work on pypy3. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24367b4..9b429e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab