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

hgrecco / pint / 1340 / 8
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2019 01:28PM 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: 87.709%. Remained the same
PKGS="python=3.8 numpy=1.17"

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>

3197 of 3645 relevant lines covered (87.71%)

0.88 hits per line

Source Files on job 1340.8 (PKGS="python=3.8 numpy=1.17")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1237
  • Travis Job 1340.8
  • 5109e05f on github
  • Prev Job for PKGS="python=3.8 numpy=1.17" on master (#1336.8)
  • Next Job for PKGS="python=3.8 numpy=1.17" on master (#1343.8)
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