blob: dd36669038f12b4cd2363a8706f2b7f18da7d8d5 [file] [log] [blame]
language: generic
install:
- sudo apt-get install -y python-pip
- sudo pip install pep8
script:
- ./scripts/check-helpers.sh
- find tools/ -type f -name "*.py" | xargs pep8 -r --show-source --ignore=E123,E125,E126,E127,E128,E302