jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Fix project info #134

Closed beregond closed 3 years ago

hugovk commented 3 years ago

Hmm, I was going to merge this, but I see it's stuck on the Coveralls check, which is required for merge.

Is there something still needed to update the integration for Jazzband? Can we make it not required instead?

hugovk commented 3 years ago

I've enabled Coveralls for this repo:

I'll close and re-open to trigger a new build.

hugovk commented 3 years ago

Yep, that got the coverage check passing! Now there's some CI failures, mostly due to bad dependencies for EOL Pythons.

I've made https://github.com/beregond/jsonmodels/pull/1 as a suggestion to fix the CI by dropping unsupported versions.