• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / apitools / 726
92%

Build:
DEFAULT BRANCH: master
Ran 18 Mar 2019 10:54PM UTC
Jobs 1
Files 60
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
726

push

travis-ci

houglum
Python 2 / 3 compatibility changes (#263)

* Using six.ensure_binary() in write command

* Updated response.content to be coerced to a string for stream.write.

* Adding exception block to catch streams that require string

Most instances require binary text but a few require unicode string in
python 3.x.

* Ensuring string format before json.loads()

Between Python 3.0 and 3.5, json.load and json.loads only accepted
unicode string format. Change was made in 3.6 to automatically adapt to
both unicode and bytes formats.

https://docs.python.org/3/whatsnew/3.6.html#json

* Cherrypicking ed's Changes - MultipartBytesGenerator

Fix to issue on Python 3 where certain sequences of bytes would be
incorrectly mutated (the generator would consider it a line ending that
needed to be changed to what it considered the "correct" characters).

* Linting fixes, updated dependency six version

- Changed docstring to have appropriate spacing
- Changed docstring to be less then 80 chars long
- Updated six in setup.py to be >= v1.12

1904 of 2399 branches covered (79.37%)

15 of 15 new or added lines in 3 files covered. (100.0%)

9019 of 9838 relevant lines covered (91.68%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
5 726.5 (TOX_ENV=py27-oauth2client4) 18 Mar 2019 10:54PM UTC 0
91.68
Travis Job 726.5
Source Files on build 726
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #726
  • f704b628 on github
  • Prev Build on master (#723)
  • Next Build on master (#728)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc