Thanks to visit codestin.com Credit goes to github.com
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 7d4787e commit 105b832Copy full SHA for 105b832
1 file changed
tox.ini
@@ -9,7 +9,7 @@ deps = -rrequirements_dev.txt
9
commands =
10
coverage erase
11
coverage run -m pytest {posargs:tests}
12
- coverage report --show-missing --fail-under 88
+ coverage report --show-missing --fail-under 93
13
flake8 {[tox]project} tests setup.py
14
# pylint {[tox]project} tests setup.py
15
0 commit comments