Commit graph

5 commits

Author SHA1 Message Date
Gavin M. Roy
467ebe575c Drop support for Tornado 4.2 and Simplify 2018-11-26 15:41:24 -05:00
Gavin M. Roy
280db40236 2.0 Release
- Drop support for Python 2.7, 3.3, 3.4 as we no longer support these versions internally and nothing should be using them
- Drop support for Tornado < 4.2 since this is also out of date
- Add support for Tornado 5.1 and async with ``AsyncIOHandlerMixin``
- Update tests to include tests for the new ``AsyncIOHandlerMixin``
- Clean up code style a bit to make namespaces a bit more clear
- Cleaup setup.py a minor bit and have it ignore ‘-r’ includes in requirements
- Update PINs for requirements
- Update LICENSE copyright dates
2018-11-26 15:22:51 -05:00
Dave Shawley
d8f6f70142 Add tornado 4.3 to the test suite. 2016-06-20 15:59:20 -04:00
Dave Shawley
16ace6cc93 Add testing against various Tornado versions. 2015-03-28 13:04:42 -04:00
Dave Shawley
99f33f56b2 SYN 2015-03-28 12:35:38 -04:00