Sign in
android
/
platform
/
external
/
yapf
/
3212c6755b13a24caf89aca9383b208ef6cb24c8
/
.
/
.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