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
Right now we don't test against pypy or pypy3 on Windows because Appveyor doesn't have it out-of-the-box, but that's caused us to miss some platform-specific bugs (like #448), so we should probably start testing against pypy. Here is a StackOverflow post explaining how to do it.
Ideally, we'd test all PRs against stable pypy and pypy3 (which can be cached), and I'd also like to test master against nightly pypy and pypy3.
The text was updated successfully, but these errors were encountered:
Right now we don't test against
pypy
orpypy3
on Windows because Appveyor doesn't have it out-of-the-box, but that's caused us to miss some platform-specific bugs (like #448), so we should probably start testing against pypy. Here is a StackOverflow post explaining how to do it.Ideally, we'd test all PRs against stable pypy and pypy3 (which can be cached), and I'd also like to test
master
against nightlypypy
andpypy3
.The text was updated successfully, but these errors were encountered: