balanced-cookbooks / balanced-ci

Internal configuration for the Jekins CI environment
4 stars 1 forks source link

PEP8 / Pylint not working #39

Closed mjallday closed 10 years ago

mjallday commented 10 years ago

Example output from balanced-quality job:

+ tee pylint.out
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named pylint.lint
+ find balanced_service -name '*.py'
+ xargs pep8 --ignore=E711
+ tee pep8.out
xargs: pep8: No such file or directory
mahmoudimus commented 10 years ago

Fixed by #55

mahmoudimus commented 10 years ago

Fixed by #55