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:
authorJames Kasten <jdkasten@umich.edu>2015-02-18 15:01:49 +0300
committerJames Kasten <jdkasten@umich.edu>2015-02-18 15:01:49 +0300
commitf77307c28bb94df81464f8642f17f220b401501e (patch)
tree6c4201b7d57707444f2d4168a04ff6e1e6f74990 /tox.ini
parent04ecf813bd825481a633303f72fffbb778c3e0c5 (diff)
Finish revoker implementation and unittests
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 7a5f3810d..d4af50fa5 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=73
+ python setup.py nosetests --with-coverage --cover-min-percentage=83
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)