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

hgrecco / pint / 1339 / 2
92%
master: 91%

Build:
Build:
LAST BUILD BRANCH: fix-nonmult-doc
DEFAULT BRANCH: master
Ran 12 Dec 2019 01:18PM UTC
Files 17
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

12 Dec 2019 01:16PM UTC coverage: 76.325%. Remained the same
PKGS="python=3.7"

push

travis-ci

web-flow
Merge #926

926: use packaging.version.parse instead of StrictVersion for version checking r=hgrecco a=keewis

fixes #872

`distutils.version.StrictVersion` cannot parse numpy development versions like `1.19.0.dev0+578f4e7`. `LooseVersion` is able to parse the version, but it compares
```python
>>> LooseVersion("1.19.0.dev0+578f4e7") < LooseVersion("1.19")
False
```
Using `pkg_resources.extern.packaging.version.parse` instead makes this work as expected. Since `setup.py` requires `setuptools`, I think it being installed is a reasonable assumption?

Co-authored-by: Keewis <keewis@posteo.de>

2721 of 3565 relevant lines covered (76.33%)

0.76 hits per line

Source Files on job 1339.2 (PKGS="python=3.7")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1236
  • Travis Job 1339.2
  • 5109e05f on github
  • Prev Job for PKGS="python=3.7" on staging (#1335.2)
  • Next Job for PKGS="python=3.7" on staging (#1342.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

© 2026 Coveralls, Inc