Closed Kwpolska closed 10 years ago
Looks good to me. As an aside, we should probably hook up TravisCI so the tests are run, and the result indicated here in GitHub, when a pull request is submitted. We've been using that for Pelican, and it's been very helpful.
I'm all for it if you want to hook it up ;) I've never used Travis (but I've been meaning to try it out)
Considering this requires almost no dependencies at all (as typogrify has no tests yet; it’d be nice to have some!), it’s really a small, easy setup, without needs for performance hacks like I’ve done for Nikola.
And I just implemented it. The only things that needs to be done is setup, which @mintchaos (repo owner) can perform by going to the Travis CI profile page and flicking the switch.
we have doctests ;)
also, I think this should probably be handled in another branch / pull request
The travis integration actually depends on this PR. Splitting them would be hard.
There. Moved out Travis CI changes to #21. This is now just the “fix titlecase” issue.
A fix for #18.
cc @chrisdrackett @muffinresearch
PS. the CHANGELOG.rst file is outdated, would you mind fixing that?