edsu / pymarc

process MARC records from Python
http://python.org/pypi/pymarc
Other
251 stars 99 forks source link

fix the tests #119

Closed Wooble closed 5 years ago

Wooble commented 5 years ago

The test suite was failing under 2.6 because of 3 usages of test methods that were added only in 2.7.

Also, Travis hasn't been testing on anything older than 3.3 all this time.

I punted on trying to get 3.7 tested because Travis defaults to a Linux version that can't build it cleanly (old OpenSSL version), and IMO the hacks to get around that are worse than just waiting for Travis to fix support for it.

Wooble commented 5 years ago

...and I seem to have broken my own fork and had knock-on effects to this PR. I'm bad at github.