MonetDB / sqlalchemy-monetdb

A SQLAlchemy dialect for MonetDB
MIT License
41 stars 17 forks source link

Add CI for testing suite #44

Closed MitchellWeg closed 2 years ago

MitchellWeg commented 2 years ago

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.

MitchellWeg commented 2 years ago

I forgot the fact that the travis.yml file is now deprecated and thus can be removed.