a984d0be87
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: Ic68616ab38da801ec3b86c28d08951ad7bbc09e3
16 lines
296 B
YAML
16 lines
296 B
YAML
- job:
|
|
name: irc-meetings-tox-ical
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using tox with the ``ical`` environment.
|
|
vars:
|
|
tox_envlist: ical
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- irc-meetings-tox-ical
|
|
gate:
|
|
jobs:
|
|
- irc-meetings-tox-ical
|