-----
* add travis-ci
* migrate repository to https://github.com/Pylons/webtest
* Fix a typo in apps.py: selectedIndicies
* Preserve field order during parsing (support for deform and such)
* allow equals sign in the cookie by spliting name-value-string pairs on
the first '=' sign as per
https://tools.ietf.org/html/rfc6265#section-5.2
* fix an error when you use AssertionError(response) with unicode chars in
response