python-can
python-can copied to clipboard
Is Travis CI disabled?
The last Travis CI run was 7 months ago. We still have our socketcan tests and mypy on Travis only. Also the Travis badge link is broken.
Well, the .travis.yml file is still in the repo.
Maybe @hardbyte needs to grant Travis access rights again
@hardbyte can you fix this?
@hardbyte a little reminder: the socketcan tests are still not run
Oh I'm so bad at checking notifications. Sorry! Taking a look now.
First error is:
We are unable to start your build at this time. You exceeded the number of users allowed for your plan. Please review your plan details and follow the steps to resolution.
I tried deactivating a few users to see if that helps, but it looks very much like it wants my credit card which I'm reluctant to do.
I think it should still work, but not quire sure. They aren't to clear on this.
We have/had four things on travis
- test socketcan -> probably hard to replace
- arm64 builds -> ?
- building documentation -> easy to move to Github actions (isn't it alread moved here, so can't we delete it from travis?)
- deploy to PyPI -> easy to move
I also think having too many open issues is also not helping to keep on overview over what is going on.
I tried deactivating a few users to see if that helps, but it looks very much like it wants my credit card which I'm reluctant to do.
Yes, they want credit card info to avoid fake users/crypto miners. They will not charge you but i'd be hesitant too.
Those last two items can be crossed off from changes in https://github.com/hardbyte/python-can/pull/1433
- building documentation - Indeed already migrated. I've just removed that part from travis config.
- deploy to pypi just moved
Would Qemu be an option for arm64 and maybe socketcan within docker?
As far as I know, socketcan does not work within docker. Maybe this has changed but I doubt it.
Oh that's right, I believe it can work but only when supported by the host kernel... which defeats the point in our case. I guess there is a small chance that vcan is now supported by the latest github worker images.
This is obsolete since the socketcan tests run on github actions. Closing.