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-03-28 07:08:14 +0300
committerJames Kasten <jdkasten@umich.edu>2015-03-28 07:08:14 +0300
commit567cec1824b2a319f6f50d32634e206706d2b95e (patch)
treeaff1bab14a375a0a80727c757583bd0183a10b9f /tox.ini
parent60a52943f69ccdc99e0572d7b2c7cdfce472a70b (diff)
Fix gen_chall_path, add 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 bb5ac1bb7..fe9da1865 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=86
+ python setup.py nosetests --with-coverage --cover-min-percentage=87
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)