50fd134646
This is an alternative to tox. Change-Id: Ib4920acec09c2c980af909e8f9d1eabd1c6d253a
11 lines
229 B
YAML
11 lines
229 B
YAML
---
|
|
nox_environment:
|
|
# nox will fail with missing session with this flag set.
|
|
CI: "1"
|
|
nox_executable: nox
|
|
nox_extra_args: '-v'
|
|
nox_install_siblings: true
|
|
nox_inline_comments: true
|
|
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|