-
Notifications
You must be signed in to change notification settings - Fork 42
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
Reduce testing time in travis #112
Comments
for documentation specific changes, you may use the [skip ci] in commit message to allow it to pass. This link suggests another option. Regarding the testing time on travis, someone it does takes a lot of time but this is usually not due to us but something because of them. The tests not take more than 10min to run on all supported versions as of now. I had an email from them that they are going to transfer all repositories to travis-ci.com and the org version will be dead by the end of this year. Maybe that could be a reason. |
Also, the issue template formatting needs to be updated, I have edited the comment on this one, but it needs to be done in the codebase to be fixed for future. |
Thanks for the info. |
What needs to be updated? |
you have changed my edit. my version would reflect the to-do list as:
while as of now, you can see the to-do list is not rendered correctly. |
😄 I have updated it already. |
Ahhh 😄 , in face this is not a TODO list but just an option of the change type. TODO means that all items should be implemented and this is not the case in issue templates. |
- also fix some tests that required patching settings. - reducing time for tox tests by running it for lesser environments(still cover all versions) - add support for python3.9 fix Radi85#119 fix Radi85#112
- also fix some tests that required patching settings. - reducing time for tox tests by running it for lesser environments(still cover all versions) - add support for python3.9 fix Radi85#119 fix Radi85#112
- also fix some tests that required patching settings. - reducing time for tests running on travis by running them for lesser environments(still cover all versions) - add support for python3.9 fix Radi85#119 fix Radi85#112
- also fix some tests that required patching settings. - reducing time for tests running on travis by running them for lesser environments(still cover all versions) - add support for python3.9 fix Radi85#119 fix Radi85#112
- also fix some tests that required patching settings. - reducing time for tests running on travis by running them for lesser environments(still cover all versions) - add support for python3.9 fix Radi85#119 fix Radi85#112
- add support for python3.9
Change Type
[ ] Refactor/Enhancement
[ ] Testing
[x] CI/CD
[ ] Other
Proposed Changes
Reduce the testing time in travis by reducing the number of python and django compatibility versions.
We can use the most first and most recent version that our app is compatible with.
For python:
django:
The text was updated successfully, but these errors were encountered: