-----
- Add travis tests for python3.4
- Correct info about PYTHONPATH
- Use comprehensions rather than explicit for-loops
- Add option for setting 'No Items' text
- Add show option
- Add more tests for dynamic columns
- Add test for dynamic setting of no_items
- Add tests for sort_url being not-set
- Use coverage and coveralls in travis
- Install coverage for travis
- Don't use virtualenv path in travis
- Add coverage status to README
- Fix indenting in FuncItem in tests
- Give tests better names
- Use 'item' rather than 'i' for readability
- Make it easier to manipulate trs
- Add test and example for manipulating trs
- Add README info for overriding tr_format
- Change default value for attr_list
- Change dangerous default values
- Add docstrings for OptCol and BoolCol
- Add info on the included Col types
- Remove nested comprehension in tests
- Fix for if no value set for choices in OptCol
- Add test for when passing no value for choices to OptCol
- Add test for when passing no value for url_kwargs to LinkCol