python-trio / trio-websocket

WebSocket client and server implementation for Python Trio
MIT License
70 stars 26 forks source link

pypy support #120

Closed belm0 closed 5 years ago

belm0 commented 5 years ago

Closes #119.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 58


Totals Coverage Status
Change from base Build 53: 0.0%
Covered Lines: 455
Relevant Lines: 477

💛 - Coveralls
njsmith commented 5 years ago

Try pypy3

(pypy3.6-7.1.1 also works, but will quickly become out-of-date)

belm0 commented 5 years ago

Try pypy3 (pypy3.6-7.1.1 also works, but will quickly become out-of-date)

Thanks-- yes pypy3 seems to be the least-worst choice.