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

jakirkham / npctypes / 83
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v0.0.5
DEFAULT BRANCH: master
Ran 09 Mar 2017 07:47AM UTC
Jobs 4
Files 4
Run time 31s
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
83

push

travis-ci

jakirkham
Use NumPy 32-bit int in `tinfo` doctest.

Appears that on Windows `int` means 32-bit int even when a 64-bit build
of Python was made. So instead of relying on `int` generally, which will
vary between 64-bit or 32-bit for Unix or Windows respectively, specify
the number of bits with a NumPy type. Also as there is a chance of
representation subtleties between Unix and Windows with a 64-bit int
(e.g. `L` postfix) chose a type that is least likely to run into these
issues in the doctest. In particular, switch to a 32-bit int from NumPy.
This both specifies a specific type of integer and picks one where its
max and min values will fall within what a 32-bit int can represent.

58 of 58 relevant lines covered (100.0%)

4.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 83.1 (PYVER="3.6") 09 Mar 2017 07:47AM UTC 0
100.0
Travis Job 83.1
2 83.2 (PYVER="3.5") 09 Mar 2017 07:47AM UTC 0
100.0
Travis Job 83.2
3 83.3 (PYVER="3.4") 09 Mar 2017 07:47AM UTC 0
100.0
Travis Job 83.3
4 83.4 (PYVER="2.7") 09 Mar 2017 07:47AM UTC 0
100.0
Travis Job 83.4
Source Files on build 83
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #83
  • a2fe1772 on github
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