This PR adds GitHub CI that runs the testing suite with tox. However, there is a bug plaguing python version 3.8 & 3.9 that I haven't encountered in the real wold, namely the Could not parse rfc1738 URL from string 'None' error. I wasn't able to pinpoint the bug exactly, but I think it has something to do with the way it reads the setup.cfg. When I swap it out for another legal connection string, it works fine.
This PR adds GitHub CI that runs the testing suite with
tox
. However, there is a bug plaguing python version3.8
&3.9
that I haven't encountered in the real wold, namely theCould not parse rfc1738 URL from string 'None'
error. I wasn't able to pinpoint the bug exactly, but I think it has something to do with the way it reads thesetup.cfg
. When I swap it out for another legal connection string, it works fine.