Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
fabd9a197bef7f12e7fd995ad61583efb28e5f95
/
.
/
.travis.yml
blob: 736ddad80a5eebacbe848c56f44493e157c4fd78 [
file
] [
log
] [
blame
]
language:
generic
install:
-
sudo apt
-
get install
-
y python
-
pip
-
sudo pip install pep8
script:
-
find tools/
-
type f
-
name
"*.py"
|
xargs pep8
-
r
--
show
-
source
--
ignore=E123,E125,E126,E127,E128,E302