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

jakirkham / npctypes / 84 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2017 07:50AM UTC
Files 4
Run time 0s
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

09 Mar 2017 07:46AM UTC coverage: 100.0%. Remained the same
PYVER="3.5"

Pull #11

travis-ci

web-flow
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.
Pull Request #11: Use NumPy 32-bit int in `tinfo` doctest

58 of 58 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 84.2 (PYVER="3.5")
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 84
  • Travis Job 84.2
  • b722324f on github
  • Prev Job for PYVER="3.5" on master (#81.2)
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