Closed xavierhardy closed 5 years ago
Related to issue #218
This is great! I did some work on this as well, and did some refactoring to make testing easier. I'll rebase mine to work off this, you went through more collectors than I had gotten to.
Can you add the additional Python version to the Travis build in your branch? Then we can see that is passes with all the versions for your PR.
https://github.com/OpenTSDB/tcollector/blob/master/.travis.yml#L3
Thank you !!
Merged in #411
Thanks for merging and adding the Python 3 environments to Travis.
This pull request brings compatibility from Python 3.4 to Python 3.7 included (
await
is keyword in 3.7).