No pylint in py2.6 tox

This commit is contained in:
Jakub Warmuz
2015-02-06 23:41:28 +00:00
parent dcf4b1d8f2
commit 337974e675
4 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -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]