-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
How about pypy? #8
Comments
I have not tried and I don't use PyPy personally. The appveyor free workers would be too slow to build the full PyPy project itself but it could be interesting to test third party Python projects that have cffi-based compiled extensions and check that it runs correctly when used from a PyPy program under Windows. |
I'd probably have to figure out how to download and install PyPy from appveyor.yml, ideally to the Users\Appveyor... cache, and just use that Python to run the same tests as the convenient Appveyor-provided ones. |
You can reuse utility powershell functions from: https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor/install.ps1 |
#17 will make it easier to download the pypy installer. |
#17 is now merged in master. |
has anyone tried getting pypy to work on appveyor yet? |
http://stackoverflow.com/questions/30822873/how-do-i-build-a-pypy-package-on-appveyor Could probably be improved by caching into the appveyor home directory, to avoid downloading every single time. |
I'll try! thank you 👍 |
It is a bit of a nightmare getting setuptools, tox, virtualenv & pip to all work on Windows with wheels and their vendoring of other packages and fresh bugs each release. I gave up with pypy3-2.4.0 and pypy-2.6.1, and manually installed setuptools for those, avoiding the other three. |
For future reference you can use chocolatey:
|
Do you have any hints on getting pypy to work with this kind of setup?
The text was updated successfully, but these errors were encountered: