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-02-09 01:54:40 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-02-09 01:54:40 +0300
commit0849e2d21ec2a89b6802f88a3ad410210b771e53 (patch)
tree3c96ba18ff016deee6bd8bb624d91502636b1909 /tox.ini
parent74c02363e7afb30f0c6a24fb7c7e41b770a0ec2c (diff)
parentbbd5c8ef2aa28e61cc8fae6e63f1bc7c5df4c033 (diff)
Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts: tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 3d1a18c69..12452d6d3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ envlist = py26,py27,cover,lint
[testenv]
commands =
- python setup.py develop easy_install letsencrypt[testing]
+ pip install -e .[testing]
python setup.py test -q # -q does not suppress errors
setenv =
@@ -16,12 +16,12 @@ setenv =
[testenv:cover]
basepython = python2.7
commands =
- python setup.py develop easy_install letsencrypt[testing]
+ pip install -e .[testing]
python setup.py nosetests --with-coverage --cover-min-percentage=71
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)
basepython = python2.7
commands =
- python setup.py dev
+ pip install -e .[dev]
pylint --rcfile=.pylintrc letsencrypt