Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-10 | pyblog: use lxml instead of xml | Zhiming Wang | 1 | -0/+1 | |
Specifically lxml.etree instead of xml.etree.ElementTree. This allows CDATA without hack. | |||||
2015-05-07 | add requirements.txt | Zhiming Wang | 1 | -0/+3 | |
Also install requirements in .travis.yml. By the way, I explored ways to install Pandoc in a Travis container environment (without sudo), but that's just too hard. Giving up. |