Add support for PyPy and setup continuous integration#418
Conversation
|
It seems there is a problem installing cmake in the pre-install step, since it depends on skbuild (recursive dependency?): |
Indeed, cmake wheel are currently specific to the python abi. I think this will be addressed implementing the approach documented in #420 . Do you think that wheel with tag like |
Yes, once I updated pip to version 19, this command |
|
Rebased off master to get the new cmake package. The build failed. While watching it, it seemed to cycle infinitely through some pep-8 flake thing, checking all the site packages. Eventually I think it timed out. When I try to reproduce the steps localy, I cannot run |
The issue was that folders for pypy and associated environment were created in the scikit-build source directory and flake8 was trying to lint all the associated files. This is now fixed by creating directories in the parent folder.
To "simulate" Azure Pipelines locally, the variables |
|
It turns out that Regarding |
|
cool, tests pass |
Let's see if this works.
Since PyPy is still in a catch-up mode where it releases every 3-6 months, I preferred to
wgetthe latest release.Follow on from #407, will fail until that is merged