Explorar el Código

Tox min cover percentage: 96

Ask Solem hace 9 años
padre
commit
4cb46eaf8a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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