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

hgrecco / pint / 1354 / 13
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2019 12:24AM 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: 89.41%. Remained the same
PKGS="python=3.8 numpy uncertainties"

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>

3259 of 3645 relevant lines covered (89.41%)

0.89 hits per line

Source Files on job 1354.13 (PKGS="python=3.8 numpy uncertainties")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1251
  • Travis Job 1354.13
  • 0d203522 on github
  • Prev Job for PKGS="python=3.8 numpy uncertainties" on master (#1343.13)
  • Next Job for PKGS="python=3.8 numpy uncertainties" on master (#1360.13)
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