mailgun / expiringdict

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

make expiringdict pickable and extend some functions #36

Closed bitranox closed 5 years ago

bitranox commented 5 years ago
mailgun-ci commented 5 years ago

Can one of the admins verify this patch?

bitranox commented 5 years ago

uh that was easy to pass - especially when no nosetests are done via tox - You need look into it, if You want i can adjust - to get rid of tox and make a proper travis.yml Looks a bit abandonded ...

bitranox commented 5 years ago

thanks for merging ! maybe update the tests ? CI build does not run the tests, so it is always passing ...

horkhe commented 5 years ago

We need to ditch tox and just rely on travis

bitranox commented 5 years ago

if You want I can do that in the next days - just tell me which Python Versions You want to cover, WINE ? Windows ? OSx ? I have a very nice template to test it all ...

horkhe commented 5 years ago

@bitranox I have fixed the tests to run under Travis CI with 2.7 and 3.6. Feel free to submit a PR if you need something else.