nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

Drop all unsupported versions #369

Closed yakky closed 4 years ago

yakky commented 4 years ago

Dropped:

Code compatibility layers to support python, old django will be removed in a future commit / PR

coveralls commented 4 years ago

Coverage Status

Coverage increased (+97.2%) to 97.227% when pulling 5f4cd12e7ab8cc02422efb1da874fb2c9cdb3dde on feature/drop-python-2 into 20e3b474af78763a0a5264e9c1da31a8a2b3973c on develop.

codecov[bot] commented 4 years ago

Codecov Report

Merging #369 into develop will increase coverage by 1.22%. The diff coverage is 95.65%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #369      +/-   ##
===========================================
+ Coverage    91.56%   92.78%   +1.22%     
===========================================
  Files            7        7              
  Lines          640      610      -30     
  Branches       132      121      -11     
===========================================
- Hits           586      566      -20     
+ Misses          24       17       -7     
+ Partials        30       27       -3     
Impacted Files Coverage Δ
djangocms_installer/config/__init__.py 91.92% <66.66%> (-0.48%) :arrow_down:
djangocms_installer/config/data.py 100.00% <100.00%> (ø)
djangocms_installer/django/__init__.py 92.55% <100.00%> (+1.97%) :arrow_up:
djangocms_installer/install/__init__.py 95.45% <100.00%> (+9.74%) :arrow_up:
djangocms_installer/utils.py 100.00% <100.00%> (ø)

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 20e3b47...5f4cd12. Read the comment docs.