Changes between Version 23 and Version 24 of CI
- Timestamp:
- Dec 7, 2018, 1:35:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v23 v24 23 23 * [https://djangoci.com/job/isort/ isort] - runs `isort --recursive --check-only .` from the root checkout directory and fails if any imports aren't [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#imports sorted properly]. 24 24 * [https://djangoci.com/job/pull-requests-javascript/ pull-requests-javascript] - runs the [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/javascript/#testing-from-the-command-line JavaScript tests]. 25 * [https://djangoci.com/view/PR%20Builders/job/pull-requests-windows/ pull-requests-windows] - runs with Python 3.5.4 with an update to SQLite 3.2 5.2 (replace C:\Python35\DLLs\sqlite3.dll with the one from [https://sqlite.org/download.html sqlite-dll-win64-x64-XXXXXX.zip]) for testing [https://github.com/django/django/blob/5e8a07d69dee354d9e6dbda874f9454f4bc3491e/django/db/backends/sqlite3/features.py#L38 can_alter_table_rename_column].25 * [https://djangoci.com/view/PR%20Builders/job/pull-requests-windows/ pull-requests-windows] - runs with Python 3.5.4 with an update to SQLite 3.26.0 (replace C:\Python35\DLLs\sqlite3.dll with the one from [https://sqlite.org/download.html sqlite-dll-win64-x64-XXXXXX.zip]) for testing [https://github.com/django/django/blob/5e8a07d69dee354d9e6dbda874f9454f4bc3491e/django/db/backends/sqlite3/features.py#L38 can_alter_table_rename_column] and #29182. 26 26 27 27 == Troubleshooting ==