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-05-10 19:52:32 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-05-10 19:53:22 +0300
commit5fbc5cee2e2ee3bbaa131d29391c9e61ea8465a2 (patch)
tree5ce748b6fc6fe39f2a93bea654413e88f53c167b /tox.ini
parent734868b01563cba790d9fe37c8ad8217934d7ac1 (diff)
Add tox.cover.sh for proper coveralls experience.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 11aadf69b..0367b5498 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,10 +23,7 @@ setenv =
basepython = python2.7
commands =
pip install -e .[testing]
- nosetests --with-coverage --cover-min-percentage=68 letsencrypt
- nosetests --with-coverage --cover-min-percentage=100 acme
- nosetests --with-coverage --cover-min-percentage=57 letsencrypt_apache
- nosetests --with-coverage --cover-min-percentage=58 letsencrypt_nginx
+ ./tox.cover.sh
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)