pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

Switch to packaging #9

Closed jayfk closed 7 years ago

jayfk commented 7 years ago

closes #4.

codecov[bot] commented 7 years ago

Codecov Report

Merging #9 into master will decrease coverage by 0.73%. The diff coverage is 76.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   99.84%   99.11%   -0.74%     
==========================================
  Files          11       11              
  Lines         661      680      +19     
==========================================
+ Hits          660      674      +14     
- Misses          1        6       +5
Impacted Files Coverage Δ
dparse/parser.py 96.29% <76.19%> (-3.01%) :arrow_down:

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 a6b3be7...02e5e84. Read the comment docs.

jayfk commented 7 years ago

According to https://github.com/pypa/packaging/pull/102 the next (or the current?) release will drop support for Python 3.2 and 2.6.

Need to add some tests for that.