We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccab21 commit 85e87dfCopy full SHA for 85e87df
tox.ini
@@ -27,7 +27,7 @@ commands =
27
pip freeze
28
python setup.py develop -v
29
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
+ coverage report --fail-under 80
31
32
[testenv:venv]
33
commands = {posargs:}
0 commit comments