Bump up minimum coverage to 86%

This commit is contained in:
Jakub Warmuz
2015-03-21 20:50:43 +00:00
parent 4ee70a9ee4
commit 71d8999e7c
+1 -1
View File
@@ -19,7 +19,7 @@ setenv =
basepython = python2.7
commands =
pip install -e .[testing]
python setup.py nosetests --with-coverage --cover-min-percentage=85
python setup.py nosetests --with-coverage --cover-min-percentage=86
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)