rsalmei/clearly

Write automated tests

fgmacedo opened this issue · 3 comments

Ideas on how to test?

Tests should include:

  • Tox (multiple Python versions)

Hey @fgmacedo, I finally found time to work on this 😕
Anyway, here it is the start of it: #13

I'm thinking about including tox too, but only after dropping support for python 2.7, what do you think?
I thought about migrating the project to support 3.5, 3.6 and 3.7, as well as celery 3.1, 4.0, 4.1 and 4.2!! That would benefit greatly from tox.

Thanks.

Well, it's done... 👍

Congrats!