-
-
Notifications
You must be signed in to change notification settings - Fork 60
Setup cronjobs on Travis CI to run tests #306
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
Comments
Added "help wanted" label as I'm not sure if I'll have the ability to configure the cron jobs in travis CI :) |
Travic CI has a "Do not run if there has been a build in the last 24h" setting for exactly this case.
I have that ability, and I'm just a random core dev, so you should have it as well :) |
😃 Great! Thanks for handling this quickly, @encukou ! |
Uh oh!
There was an error while loading. Please reload this page.
I think it would be great to run our test suites regularly instead of only when there's a PR.
For CPython we receive PRs daily, so perhaps there's no issue there. But our bots aren't as high traffic, and depend on various libraries.
Recently in bedevere we discovered issues with uritemplate, aiohttp (and probably asyncio) in Python 3.8. I also realized we haven't been running the tests against the latest Python versions.
The text was updated successfully, but these errors were encountered: