Skip to content

Commit 85e87df

Browse files
committed
pypy3 have less coverage
1 parent 6ccab21 commit 85e87df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commands =
2727
pip freeze
2828
python setup.py develop -v
2929
py.test -vv --junitxml=unit_result.xml --html=report.html --self-contained-html --cov-config .coveragerc --cov-report html --cov=advanced_descriptors {posargs:test}
30-
coverage report --fail-under 89
30+
coverage report --fail-under 80
3131

3232
[testenv:venv]
3333
commands = {posargs:}

0 commit comments

Comments
 (0)