dba0490b24
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: I3f7b2d3398aa482b21a7d10fb98121161d6567bf
34 lines
936 B
YAML
34 lines
936 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- nodejs-npm-run-lint:
|
|
vars:
|
|
node_version: 4
|
|
required-projects:
|
|
openstack/horizon
|
|
- nodejs-npm-run-test:
|
|
vars:
|
|
node_version: 4
|
|
required-projects:
|
|
openstack/horizon
|
|
- horizon-openstack-tox-python3-django111
|
|
- openstack-tox-lower-constraints:
|
|
required-projects:
|
|
openstack/horizon
|
|
gate:
|
|
jobs:
|
|
- nodejs-npm-run-lint:
|
|
vars:
|
|
node_version: 4
|
|
required-projects:
|
|
openstack/horizon
|
|
- nodejs-npm-run-test:
|
|
vars:
|
|
node_version: 4
|
|
required-projects:
|
|
openstack/horizon
|
|
- horizon-openstack-tox-python3-django111
|
|
- openstack-tox-lower-constraints:
|
|
required-projects:
|
|
openstack/horizon
|