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

uber / jaeger-client-python / 373
95%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2017 03:16PM UTC
Jobs 1
Files 25
Run time 1s
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
373

push

travis-ci

yurishkuro
Futurize for Py3  (#57)

* [py3] futurize(stage1): modernized py2 code w/o dependencies

Tests are passing.

* [py3] futurize(stage2): builtins, and utilities from `future`

This is to introduce more safe changes to support Python 3.
It is likely to result in tests failures.

* [py3] futurize(stage2): fix broken tests

* [py3] fix `TypeError: a bytes-like object is required, not 'str'`

Use `six.PY3` to force non-unicode strings in Python 2.

* [py3] Add `future` as a dependency

* [py3] Replace unnecessary `old_div` usage with `/`

* [py3] Replace `iteritems()` / `iterkeys()` -> `six.iteritems()` / `six.iterkeys()`

This is in response to CR feedback as using `items()`, and `keys()`
in Py2 will result in the creation of new arrays. Thus, this commit
will use proxy methods from `six` instead.

* [py3] fix linting errors due to import order

* [py3] remove unused `urllib` dependencies from `codecs.py`, and fix tests

* [py3] revert uses of `old_div` in favour of standard `/` divisor

* [py3] Revert change from `long` -> `int`

Use `long` for py2, and `int` for py3. Otherwise we will get an
integer overflow for py2 32bit.

1448 of 1530 relevant lines covered (94.64%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 373.1 (COVER=1) 11 Jul 2017 03:16PM UTC 0
94.64
Travis Job 373.1
Source Files on build 373
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #373
  • 0392cce8 on github
  • Prev Build on master (#372)
  • Next Build on master (#382)
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

© 2025 Coveralls, Inc