Skip to content

Commit

Permalink
Bump up coverage percentage cut at tox
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Mar 21, 2020
1 parent 7c7e4ad commit bdbcc5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[tox]
minversion = 3.4.0
envlist = {py27, py35, py36, py37, py38}-{unittest}, conver, bandit, build
envlist =
{py27, py35, py36, py37, py38}-{unittest},
cover, docs, bandit, build
isolated_build = true
skip_missing_interpreters = true

Expand Down Expand Up @@ -52,7 +54,7 @@ deps =
discover
commands = coverage erase
coverage run --source pyasn1_modules -m unittest discover {posargs}
coverage report --fail-under 80
coverage report --fail-under 93

[testenv:bandit]
skip_install = true
Expand Down

0 comments on commit bdbcc5d

Please sign in to comment.