Kami / python-yubico-client

Python library for validating Yubico Yubikey One Time Passwords (OTPs) based on the validation protocol version 2.0.
https://yubico-client.readthedocs.org/en/latest/
Other
83 stars 19 forks source link

Run tests with newer Python versions, add info about supported Python versions to README #28

Closed Kami closed 5 years ago

Kami commented 5 years ago

This pull request updates travis and tox config so we also run tests with various new Python versions.

In addition to that, it drops support for old and deprecated Python 2.6 and lists supported Python versions in README.md and setup.py.

Resolves #26.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3334b2e). Click here to learn what that means. The diff coverage is 66.67%.

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   84.06%           
=========================================
  Files             ?        6           
  Lines             ?      483           
  Branches          ?       76           
=========================================
  Hits              ?      406           
  Misses            ?       55           
  Partials          ?       22
Impacted Files Coverage Δ
yubico_client/__init__.py 100% <100%> (ø)
yubico_client/otp.py 79.17% <50%> (ø)
yubico_client/yubico.py 82.23% <57.14%> (ø)
yubico_client/modhex.py 70% <66.67%> (ø)
yubico_client/yubico_exceptions.py 87.1% <80%> (ø)