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 366bc1d commit 064c54dCopy full SHA for 064c54d
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 90
+ coverage report --show-missing --fail-under 88
13
flake8 {[tox]project} tests setup.py
14
# pylint {[tox]project} tests setup.py
15
0 commit comments