mfenniak / pg8000

A Pure-Python PostgreSQL Driver
http://pythonhosted.org/pg8000/
Other
222 stars 55 forks source link

Support for CircleCI 1.0 coming to an end #166

Closed tlocke closed 5 years ago

tlocke commented 6 years ago

Support for CircleCI 1.0 is coming to an end so I had a go at moving to CircleCI 2.0, but hit problems. I had more success with TravisCI and have the tests working against a matrix of Python and PostgreSQL versions with a fairly simple config file. So I propose going with TravisCI unless anyone has any objections?

@mfenniak, as the admin of https://github.com/mfenniak/pg8000, could you activate TravisCI and deactivate CircleCI please? Thanks!(alternatively, I'm happy for https://github.com/tlocke/pg8000 to be the official repo if that's easier for you). Also, while we're at it, the repo description needs to be updated to remove the link http://pythonhosted.org/pg8000/, because the docs are the README now.

williamjmorenor commented 5 years ago

Hello, currently test are failing in Circle because the pytz library is missing and required here:

https://github.com/mfenniak/pg8000/blob/master/tests/test_typeconversion.py

The dependeny is listed here: https://github.com/mfenniak/pg8000/blob/master/tox.ini#L19 but Circle Ci is no catching it.

The plan is keep using circleci or move to travis?

tlocke commented 5 years ago

Hi @williamjmorenor, we've moved to Travis now, and I've made https://github.com/tlocke/pg8000/ the main repository. The reason for moving the repo is that admin access was needed to make the change to Travis.