36e8f3999e
Replace django.core.urlresolves with django.urls (In Django 2.0) The django.core.urlresolvers module is removed in favor of its new location, django.urls. It was depreacted in Django 1.10: https://docs.djangoproject.com/en/2.0/releases/1.10/#id3 Add py35dj20 job to test Django 2.0 integration. Also drops py27dj110 from tox.ini as horizon droped Django 1.10 support in Rocky. blueprint django2-support Change-Id: I8e0dcb64e1c82580767db482631450ba38654fc3
18 lines
486 B
YAML
18 lines
486 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-lower-constraints:
|
|
required-projects:
|
|
- openstack/horizon
|
|
- horizon-openstack-tox-py35dj20:
|
|
required-projects:
|
|
- openstack/horizon
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-lower-constraints:
|
|
required-projects:
|
|
- openstack/horizon
|
|
- horizon-openstack-tox-py35dj20:
|
|
required-projects:
|
|
- openstack/horizon
|