...
- project-name
- stream
- tox-dir (optional, default: '')
- tox-envs (optional, default: '')
Note | ||
---|---|---|
| ||
tox-dir typically only need to be specified for subprojects. You can specify it though if your tox.ini is somewhere other than the root of your project. tox-envs are set to blank always so they do not overwrite your tox.ini; Setting them blank gives the option to set them if you manually kick off a job for troubleshooting purposes though. |
Python projects with a subproject
Some projects have a structure where one repo contains several projects. LF has built templates to support them as well; you will use
these projectstemplates:
- {project-name}-{subproject}-python-staging-{stream}
- {project-name}-{subproject}-python-release-{stream}
...