Travel CI test failed (tornadox-5.x require python-3.4+)
Travel CI test failed. https://travis-ci.org/Lawouach/WebSocket-for-Python/builds/409454320?utm_source=github_status&utm_medium=notification
This test passed python2.7 and python3.5, failed python3.3.
The Travel CI test use tornado-5.1.1, but not supported python-3.3. (tornado-5 require python3.4+)
In my opinion, install to exclude tronado-5.x in py3kreqs.txt .
-tornado>=4.2.3 +tornado>=4.2.3,<5.0.0
Add tornado version info.
https://pypi.org/project/tornado/5.1.1/ Programming Language Python :: 2 Python :: 2.7 Python :: 3 Python :: 3.4 Python :: 3.5 Python :: 3.6 Python :: 3.7 Python :: Implementation :: CPython Python :: Implementation :: PyPy
https://pypi.org/project/tornado/4.5.3/ Programming Language Python :: 2 Python :: 2.7 Python :: 3 Python :: 3.3 <---- notice !! Python :: 3.4 Python :: 3.5 Python :: 3.6 Python :: Implementation :: CPython Python :: Implementation :: PyPy
this will be fixed very soon