designate-dashboard/.zuul.yaml
Akihiro Motoki 5f713170e6 Add python3 django 1.11 job instead of django 2.0 job
Django 2.0 is now used in tox py35 job, so there is no need for
py35dj20 job. Instead, Django 1.11 with python3 is not covered.

- py35dj20 job is dropped from tox.ini.
- python3-django111 is added to tox.ini.
  python3 is specified to basepython to avoid a specific python version.
- .zuul.yaml is updated to consume horizon-openstack-tox-python3-django111
  and drop horizon-openstack-tox-py35dj20.

Change-Id: I985f87faefbe1b503b502c98acf0ed6003c587ad
2018-06-13 00:02:49 +09:00

12 lines
287 B
YAML

- project:
templates:
- designate-devstack-jobs
check:
jobs:
- openstack-tox-lower-constraints
- horizon-openstack-tox-python3-django111
gate:
jobs:
- openstack-tox-lower-constraints
- horizon-openstack-tox-python3-django111