Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-02-22 17:34:12 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-02-25 16:56:47 +0300
commitba98b5cb229e35486d9bf6ad7ee1323cc8f1a47e (patch)
tree77a9e1d2d247f43feb36b6331d606736bd12b657 /tox.ini
parent97bf10120c6f74121aa905ea3a9419f73515d352 (diff)
Bump up coverage
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d4af50fa5..bf609a747 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ setenv =
basepython = python2.7
commands =
pip install -e .[testing]
- python setup.py nosetests --with-coverage --cover-min-percentage=83
+ python setup.py nosetests --with-coverage --cover-min-percentage=85
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)