Sign in
android
/
platform
/
external
/
yapf
/
c4a49657b38dd1e95ae2ad143c7c5b8e71b2fe97
/
.
/
.travis.yml
blob: 1ba771bd21b1bea8a0111704173ce64cca2e0f88 [
file
] [
log
] [
blame
]
language:
python
python:
-
"2.7"
-
"3.4"
-
"3.5"
install:
-
pip install
--
quiet coveralls
script:
-
nosetests
--
with
-
coverage
--
cover
-
package=yapf
after_success:
-
coveralls