Tags: Exirel/python-xmlunittest
Tags
Housekeeping & version management Thanks to an external contribution I update this project. Good! So now `xmlunittest` will be tested with `tox`, and still support Python 2.7 and 3.4. However, no support for older version of Python (no 2.6, no 3.3, etc.). Also, Python 2.7 works fine with lxml 2.3.x, but not Python 3.4. So, technically, it "works" with lxml 2.3.x, but to play safe, I prefer to say "only lxml 3.x and above". Ah, and thanks to @metamatik I now use the gender-neutral "their/them" in the documentation - I hope I didn't miss one! And version 0.3.1, too.
Compatibility with Python 3.4 and Python 2.7.6. I had to fix some unit-test and add some encoding when reading files (because lxml can not create an XML document with encoding header from an unicode string). Documentation update, with a small part for "contributing", and "compatibility". Add a requirements.txt, because it's better for dev. Bump setup.py and doc/conf.py version (0.2.x to 0.3.x).