coddingtonbear / django-measurement

Easily store, retrieve, and convert measurements of weight, volume, distance, area and more.
MIT License
145 stars 33 forks source link

Add Django 2.0 support #74

Closed codingjoe closed 6 years ago

codingjoe commented 6 years ago
* Add Django 2.0 support
* Drop support for Python 2
* Drop support for Django 1.8
* Drop support for Django 1.10
* Add pbr to simplify releases
* Add travis based deploys
* Add CodeCov
* Update readme
codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2d033c5). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #74   +/-   ##
=========================================
  Coverage          ?   88.72%           
=========================================
  Files             ?        4           
  Lines             ?      133           
  Branches          ?        0           
=========================================
  Hits              ?      118           
  Misses            ?       15           
  Partials          ?        0
Impacted Files Coverage Δ
django_measurement/utils.py 100% <ø> (ø)
django_measurement/forms.py 79.66% <100%> (ø)
django_measurement/conf.py 100% <100%> (ø)
django_measurement/models.py 94.82% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d033c5...1e1012a. Read the comment docs.

codingjoe commented 6 years ago

@coddingtonbear I spend a little time to make this future proof. Any objections?

codingjoe commented 6 years ago

New releases could be created via git release create origin 3.0.0, the rest ins handled by Travis-CI