diff --git a/tox.ini b/tox.ini index 485816d45..bb5ac1bb7 100644 --- a/tox.ini +++ b/tox.ini @@ -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)