arvindshmicrosoft commented on a change in pull request #340: Cleanup Python and Ansible Code URL: https://github.com/apache/fluo-muchos/pull/340#discussion_r409047911
########## File path: .travis.yml ########## @@ -15,4 +15,11 @@ language: python python: - "3.5" -script: nosetests -w lib/ +install: + - pip install flake8 + - pip install ansible-lint +script: + - nosetests -w lib/ + - ansible-lint -x 204,301 Review comment: Created #341 to track and eventually fix these. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
