7b00932d2c
This toxenv will allow us to flag URLs that no longer work. We also switch from using old style setup.py build_sphinx to the newer sphinx-build command. Change-Id: I62f42918814fb6eea4876e0d22c6bccddf86a826 Signed-off-by: Thanh Ha <zxiiro@gmail.com>
28 lines
643 B
YAML
28 lines
643 B
YAML
- job:
|
|
name: jjb-tox-cross-python-jenkins
|
|
description: Tests compatibility with master branch of python-jenkins
|
|
parent: tox-py27
|
|
required-projects:
|
|
- jjb/python-jenkins
|
|
- jjb/jenkins-job-builder
|
|
voting: true
|
|
|
|
- job:
|
|
name: jjb-tox-docs-linkcheck
|
|
parent: tox
|
|
vars:
|
|
tox_envlist: docs-linkcheck
|
|
|
|
- project:
|
|
templates:
|
|
- docs-on-readthedocs
|
|
- openstack-python-jobs-no-constraints
|
|
- openstack-python35-jobs-no-constraints
|
|
vars:
|
|
rtd_webhook_id: '47271'
|
|
check:
|
|
jobs:
|
|
- jjb-tox-cross-python-jenkins
|
|
- jjb-tox-docs-linkcheck
|
|
- tox-cover
|