浏览代码

Tox min cover percentage: 96

Ask Solem 9 年之前
父节点
当前提交
4cb46eaf8a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tox.ini

+ 3 - 1
tox.ini

@@ -18,7 +18,9 @@ sitepackages = False
 recreate = False
 recreate = False
 commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
 commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
            pip install -q -U -r{toxinidir}/requirements/dev.txt
            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 =
 basepython =
     2.7: python2.7
     2.7: python2.7
     3.4: python3.4
     3.4: python3.4