Merge remote-tracking branch 'github/letsencrypt/master' into acme

Conflicts:
	tox.ini
This commit is contained in:
Jakub Warmuz
2015-02-08 22:54:40 +00:00
+3 -3
View File
@@ -7,7 +7,7 @@ envlist = py26,py27,cover,lint
[testenv] [testenv]
commands = commands =
python setup.py develop easy_install letsencrypt[testing] pip install -e .[testing]
python setup.py test -q # -q does not suppress errors python setup.py test -q # -q does not suppress errors
setenv = setenv =
@@ -16,12 +16,12 @@ setenv =
[testenv:cover] [testenv:cover]
basepython = python2.7 basepython = python2.7
commands = commands =
python setup.py develop easy_install letsencrypt[testing] pip install -e .[testing]
python setup.py nosetests --with-coverage --cover-min-percentage=71 python setup.py nosetests --with-coverage --cover-min-percentage=71
[testenv:lint] [testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187) # recent versions of pylint do not support Python 2.6 (#97, #187)
basepython = python2.7 basepython = python2.7
commands = commands =
python setup.py dev pip install -e .[dev]
pylint --rcfile=.pylintrc letsencrypt pylint --rcfile=.pylintrc letsencrypt