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 14:26:21 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-05-10 15:26:17 +0300
commit3a6bd7123d5ab76c8243e95080ceb521f74578c8 (patch)
treefedfd082ae03adc7f7ff11fa8b8ba1e20162c74a /tox.ini
parent81e8ba7daf65b8d6283b13cc9eefce29613915eb (diff)
Move acme to top-level
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cd6f3c7b0..5c869d289 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ envlist = py26,py27,cover,lint
commands =
pip install -r requirements.txt -e .[testing]
python setup.py test -q # -q does not suppress errors
+ # TODO: test_suite is set to letsencrypt only
setenv =
PYTHONPATH = {toxinidir}
@@ -26,4 +27,4 @@ commands =
basepython = python2.7
commands =
pip install -e .[dev]
- pylint --rcfile=.pylintrc letsencrypt
+ pylint --rcfile=.pylintrc letsencrypt acme