mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
Merge branch 'master' into standalone_authenticator
This commit is contained in:
commit
304ffab112
1 changed files with 3 additions and 3 deletions
6
tox.ini
6
tox.ini
|
|
@ -7,18 +7,18 @@ 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
|
||||
|
||||
[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=66
|
||||
|
||||
[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
|
||||
|
|
|
|||
Loading…
Reference in a new issue