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-24 10:18:07 +0300
committerJames Kasten <jdkasten@umich.edu>2015-02-24 10:18:07 +0300
commitf5c30b383a2b02cf626aa3227eff53d0c528701a (patch)
tree7030167757b3699e38f041ba50132474307ae8d8 /tox.ini
parentfa0c3d2b9f7b3568814719b5d92f62c173b871e9 (diff)
second round revisions
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 59d943a3e..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=84
+ python setup.py nosetests --with-coverage --cover-min-percentage=83
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)