Browse Source

Tox min cover percentage: 96

Ask Solem 9 years ago
parent
commit
4cb46eaf8a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tox.ini

+ 3 - 1
tox.ini

@@ -18,7 +18,9 @@ sitepackages = False
 recreate = False
 commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
            pip install -q -U -r{toxinidir}/requirements/dev.txt
-           nosetests -xsv --with-coverage --cover-inclusive --cover-erase []
+           nosetests -xsv --with-coverage \
+                --cover-inclusive --cover-min-percentage=96 --cover-erase []
+
 basepython =
     2.7: python2.7
     3.4: python3.4