Add .json to .gitignore. Improved pkl compatiblity btw py2 and py3. Code cleanup in common.py.
0.0.18
Added PyPy and PyPy3 to .travis.yml. Corrected some encoding issues. Simplified some code. Added setup_cxf.py. Export Shippable test results to a file to make them visible from the management page. Simplified DATA_FILES in setup_py2exe.py.
0.0.17
Add support for Appveyor.
0.0.16
Changed data format to json. Improved Unicode compliance. Corrected yml files for Travis and Shippable. Replaced unicode() for .decode(). Added comment_import_for_py2exe() and uncomment_import_for_py2exe() in setup_utils.py to solve py2exe unicode errors (for the moment).
0.0.15
Correct change_sphinx_theme(). Correct requirements-dev.txt. Clarify some messages.