10 lines
174 B
INI
10 lines
174 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = generate
|
|
|
|
[testenv]
|
|
basepython = python3
|
|
deps = -r{toxinidir}/requirements.txt
|
|
commands = python3 generate.py manifest.yaml
|