spoqa / sqlalchemy-utc

SQLAlchemy type to store aware datetime values
https://pypi.python.org/pypi/SQLAlchemy-Utc
MIT License
101 stars 20 forks source link

Drop support for EOL Python versions, add 3.6, fix failing tests. #2

Closed gwax closed 6 years ago

gwax commented 6 years ago

I have some features that I would like to contribute to your package for use downstream. This PR updates the versions of Python and other libraries used in testing and adjusts how tests are performed. This PR does not change package functionality.

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files           1        1           
  Lines          29       29           
=======================================
  Hits           28       28           
  Misses          1        1
Impacted Files Coverage Δ
sqlalchemy_utc.py 96.55% <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 8f15ba4...18cdc56. Read the comment docs.

dahlia commented 6 years ago

Thanks!