Changes between Version 30 and Version 31 of CI


Ignore:
Timestamp:
Oct 26, 2019, 2:08:05 PM (5 years ago)
Author:
Mariusz Felisiak
Comment:

Added Python 3.8 to Windows machine.

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v30 v31  
    2323* [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].
    2424* [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.7.x (see django-windows below)
     25* [https://djangoci.com/view/PR%20Builders/job/pull-requests-windows/ pull-requests-windows] - runs with Python 3.8.x (see django-windows below)
    2626
    2727== Troubleshooting ==
     
    4747|| 3.6.8 || 3.21.0 ||
    4848|| 3.7.2 || 3.27.1 ||
     49|| 3.8.0 || 3.28.0 ||
    4950(installed with Windows x86-64 executable installer)
    5051
Back to Top