Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyblog: use lxml instead of xml | Zhiming Wang | 2015-06-10 | 1 | -0/+1 |
| | | | | | | Specifically lxml.etree instead of xml.etree.ElementTree. This allows CDATA without hack. | ||||
* | add requirements.txt | Zhiming Wang | 2015-05-07 | 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. |