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

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

Build:
Build:
LAST BUILD BRANCH: fix-nonmult-doc
DEFAULT BRANCH: master
Ran 14 Dec 2019 12:11AM 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

14 Dec 2019 12:08AM UTC coverage: 76.241% (-0.08%) from 76.325%
PKGS="python=3.7"

push

travis-ci

web-flow
Merge #930

930: Auto-increase dev version r=hgrecco a=crusaderky

A static version "0.10.dev0" is troublesome for developers who need to use the git tip of pint in their project. 

Namely, if one uses this conda requirements file:
```
name: test
channels:
  - defaults
dependencies:
  - python =3.7
  - pip
  - pip:
    - git+https://github.com/hgrecco/pint.git
```
it has been observed to cause pip to accidentally install an obsolete version of the package from the local cache. This is not a problem on cloud CI (where the environment is properly wiped clean every time) but it impacts Jenkins and personal dev boxes.

Also, a subsequent ``conda list`` command, as is typical in most CI scripts for the purpose of forensic analysis, will print a non-helpful '0.10.dev0'.


This PR replaces the static 'dev0' with an ever-increasing number fetched from git. Ahead of a release, whereas the maintainer before pushed a commit that changed the version to remove the .dev0 suffix, will now have to set the RELEASE_VERSION flag to true.



Co-authored-by: Guido Imperiale <crusaderky@gmail.com>

2718 of 3565 relevant lines covered (76.24%)

0.76 hits per line

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