ui-cookiecutter/playbooks/checkbuild/post.yaml
Andreas Jaeger 32ec8b47b1 Drop py27/py35
Drop py27 and py35 testing, for Ussuri those are dropped already.
Update for current django 22 testing.
Remove py27 cruft.

Change-Id: Icde1a7be481a56ca2d0c64a651ad7d2a7f895441
2020-04-13 10:41:25 +02:00

13 lines
357 B
YAML

- hosts: all
roles:
- role: fetch-tox-output
tox_envlist: checkbuild
zuul_work_dir: "{{ zuul.project.src_dir }}"
- hosts: all
roles:
- role: fetch-tox-output
tox_envlist: pep8,py36-local,py36dj22-local,eslint,karma,karma-local,docs-local,releasenotes
zuul_work_dir: "{{ zuul.project.src_dir }}/.tox/checkbuild/cafe-ui"