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
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

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)