mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
347 stars 76 forks source link

make pip-installable for python3 and update tests #21

Open samdfonseca opened 8 years ago

samdfonseca commented 8 years ago

Removed the unused md5 import from setup.py since it wasn't being used at all. Also broke up one of the larger tests into multiple tests, and added python 3.4 and 3.5 environments to tox.ini.