blob: 736ddad80a5eebacbe848c56f44493e157c4fd78 [file] [log] [blame]
Paul Chaignon956ca1c2017-03-04 20:07:56 +01001language: generic
2install:
3 - sudo apt-get install -y python-pip
4 - sudo pip install pep8
5script:
6 - find tools/ -type f -name "*.py" | xargs pep8 -r --show-source --ignore=E123,E125,E126,E127,E128,E302