We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
fix Lawouach#254 (Exclude installation of tronado-5.x)
30b6c2a
this will be fixed very soon
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: