tornado/maint/test
Ben Darnell 34c43f4775 Drop support for python 3.3, 3.5.[01] (#2116)
* Drop support for python 3.3

In June 2017, Python 3.3 accounted for 0.2% of Tornado's downloads
from pypi.

* travis.yml: Use trusty, update pypy versions

Get a py35-compatible version of pypy3. Plain "pypy" no longer seems
to work in this environment, so specify a version.

Drop testing of python 2.7.8, which no longer seems to be available.

* gen,queues: Drop the "legacy aiter protocol"

This protocol changed in Python 3.5.2 (after being introduced in
3.5.0). Async iteration now requires that version of Python (or
newer).

Closes #2107

* travis.yml: Only run doctests on one version of python 3

* Get tests passing on latest version of pypy3
2017-09-04 15:32:52 -04:00
..
appengine Fix Tornado on Google App Engine. 2014-05-17 10:56:35 -04:00
cython Drop support for python 3.3, 3.5.[01] (#2116) 2017-09-04 15:32:52 -04:00
pyuv Slight update to bit-rotted test. 2015-10-18 21:52:17 +02:00
redbot testing: Remove deprecated LogTrapTestCase 2017-06-10 22:47:55 -04:00
websocket Drop support for Python 3.2. 2015-11-06 18:53:11 -05:00
README Add websocket conformance tests using autobahn 2011-12-30 12:53:11 -08:00

README

This directory contains additional tests that are not included in the main
suite (because e.g. they have extra dependencies, run slowly, or produce
more output than a simple pass/fail)