You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the tests are failing "build error" in Travis. I'm interested in the health of this project and would be happy to try resolving this issue. @ErDmKo can you please point me in the right direction?
Thank you,
Jason
The text was updated successfully, but these errors were encountered:
Hi thanks for interest in project
Now i think there is problem in travis CI side
Error looks like - "Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+"
Maybe it caused by old SSL stack on build machine
I just run this again and its ok 7960bbf
But it is not ok because it blocks to use new tornado versions.
I tried (4083089) to force tornado version only for 2 python and it makes pass tests for 2 but it still broken for 3.
And it means we need some code to support broken changes in new versions tornado:
Hi there,
I noticed the tests are failing "build error" in Travis. I'm interested in the health of this project and would be happy to try resolving this issue. @ErDmKo can you please point me in the right direction?
Thank you,
Jason
The text was updated successfully, but these errors were encountered: