You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
612 B
22 lines
612 B
- project: |
|
check: |
|
jobs: |
|
- oslo-cookiecutter-tox-cookiecutter |
|
gate: |
|
jobs: |
|
- oslo-cookiecutter-tox-cookiecutter |
|
|
|
|
|
- job: |
|
name: oslo-cookiecutter-tox-cookiecutter |
|
parent: tox |
|
description: | |
|
Run tests for oslo-cookiecutter project. |
|
|
|
Uses tox with the ``cookiecutter`` environment. |
|
vars: |
|
tox_envlist: cookiecutter |
|
# Use the ensure-tox role. Install a symlink to the tox executable into |
|
# the /usr/local/bin path. It's useful when scripts need to be run that |
|
# expect to find standard location. |
|
ensure_global_symlinks: True
|
|
|