Преглед на файлове

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