mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
No pylint in py2.6 tox
This commit is contained in:
@@ -7,13 +7,13 @@ envlist = py26,py27,cover,lint
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
python setup.py dev
|
||||
python setup.py develop easy_install letsencrypt[testing]
|
||||
python setup.py test -q # -q does not suppress errors
|
||||
|
||||
[testenv:cover]
|
||||
basepython = python2.7
|
||||
commands =
|
||||
python setup.py dev
|
||||
python setup.py develop easy_install letsencrypt[testing]
|
||||
python setup.py nosetests --with-coverage --cover-min-percentage=66
|
||||
|
||||
[testenv:lint]
|
||||
|
||||
Reference in New Issue
Block a user