rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

Fixup some tests and turn on travis-CI #266

Closed jgoldfar closed 5 years ago

jgoldfar commented 6 years ago

I've also made the necessary changes to get (some) tests (somewhat) working, but as I only needed a small subset of this code for my project, at least #261 will need to be merged before things are actually working here. After rebasing, I can adjust the badge in the readme to point to this repository

rufuspollock commented 6 years ago

@jgoldfar great to get your contributions. please let us know when we can merge.

jgoldfar commented 6 years ago

Ok; I managed to get builds running on OSX, though the previous caveat about some tests only somewhat working remains, so if merging it in this state is acceptable, please do! Better to have a baseline to improve IMO. I don't use a good portion of the module in my work, so I can't test/debug those parts. Once/if this project supports Python 3, the necessary modifications to the CI configuration are included and commented out. It would just require turning on the necessary switch in the Travis UI on your side. Thanks!