Alir3z4 / python-currencies

Display money format and its filthy currencies, for all money lovers out there.
http://pypi.python.org/pypi/currencies
GNU General Public License v3.0
72 stars 13 forks source link

Drop Python 2 entirely from the project #11

Closed eumiro closed 3 years ago

eumiro commented 3 years ago

Remove the old .travis.yml with Python 2.7 tests.

Remove utf-8 encoding hint from the now completely Python 3 source code.

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (7018096) into master (cdae43d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          150       150           
=========================================
  Hits           150       150           
Impacted Files Coverage Δ
currencies/__init__.py 100.00% <ø> (ø)
currencies/config.py 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 cdae43d...7018096. Read the comment docs.

Alir3z4 commented 3 years ago

Good riddance!

Thanks for taking care of it.