Merge "Install Pygments before checking README syntax for publish jobs"
This commit is contained in:
commit
0cb1131709
@ -8,6 +8,14 @@
|
|||||||
virtualenv: "{{ check_python_release_virtualenv }}"
|
virtualenv: "{{ check_python_release_virtualenv }}"
|
||||||
virtualenv_python: "{{ release_python }}"
|
virtualenv_python: "{{ release_python }}"
|
||||||
chdir: "{{ zuul_work_dir }}"
|
chdir: "{{ zuul_work_dir }}"
|
||||||
|
# Pygments needs to be installed to allow the metadata and README
|
||||||
|
# check parse project READMEs that have code blocks in the
|
||||||
|
# README.rst file.
|
||||||
|
pip:
|
||||||
|
name: Pygments
|
||||||
|
virtualenv: "{{ check_python_release_virtualenv }}"
|
||||||
|
virtualenv_python: "{{ release_python }}"
|
||||||
|
chdir: "{{ zuul_work_dir }}"
|
||||||
|
|
||||||
- name: Check the package metadata and README format
|
- name: Check the package metadata and README format
|
||||||
command: "{{ check_python_release_virtualenv }}/bin/{{ release_python }} setup.py check --restructuredtext --strict"
|
command: "{{ check_python_release_virtualenv }}/bin/{{ release_python }} setup.py check --restructuredtext --strict"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user