-
Notifications
You must be signed in to change notification settings - Fork 27
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
Build and test on additional platforms #106
Comments
Yes, good point. |
Or is there any difference to the private AppVeyor? |
Doing it on Travis CI it's a bit a mess: https://docs.travis-ci.com/user/languages/python/#running-python-tests-on-multiple-operating-systems Not sure whether it makes sense to investigate other options like Circle CI or GitHub Actions.
We can use as many resources as we want without paying a dime. Plus we can make the build experience more pleasant, for example by pre-installing
Should be doable. Never tried before, though. |
Because of #109, in my opinion we should run Either it does not have enough memory or it stops the build because some benchmarks take too much time. |
Would definitely make sense to run benchmarks as well. |
We're currently only building and running the test suite on Linux. We should at least include macOS and, if possible, Windows.
Question is what service we want to use. Travis CI has macOS workers, their Windows support is spotty at best (only Python 2.7 preinstalled). So either we hook up public or private AppVeyor. @ynop, what do you think?
The text was updated successfully, but these errors were encountered: