Closed hugovk closed 5 years ago
Merging #24 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #24 +/- ##
=======================================
Coverage 94.06% 94.06%
=======================================
Files 7 7
Lines 2022 2022
Branches 282 282
=======================================
Hits 1902 1902
Misses 97 97
Partials 23 23
Impacted Files | Coverage Δ | |
---|---|---|
tests/test_lazy_object_proxy.py | 92.55% <ø> (ø) |
:arrow_up: |
src/lazy_object_proxy/slots.py | 96.37% <100%> (ø) |
:arrow_up: |
src/lazy_object_proxy/simple.py | 97.45% <100%> (ø) |
:arrow_up: |
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 39feb11...bcf18b4. Read the comment docs.
Rebased on master.
Python 2.6 and 3.3 are EOL (since 2013-10-29 and 2017-09-29 respectively) and no longer receiving security updates (or any updates) from the core Python team.
They're also failing the CI and little used.
Here's the pip installs for lazy-object-proxy from PyPI for August 2018:
Source:
pypinfo --start-date 2018-08-01 --end-date 2018-08-31 --json lazy-object-proxy pyversion
This PR:
python_requires
to setup.py to help pip install the right package versionThere's still some Coverage-related errors on the CI, but this improves things:
Travis CI before
https://travis-ci.org/hugovk/python-lazy-object-proxy/builds/427327283
Travis CI after
https://travis-ci.org/hugovk/python-lazy-object-proxy/builds/427371253
AppVeyor before
https://ci.appveyor.com/project/hugovk/python-lazy-object-proxy/build/master-3
AppVeyor after
https://ci.appveyor.com/project/hugovk/python-lazy-object-proxy/build/rm-eol-6