Add mkical tox environment for ease of use
Generating the ical files from YAML requires runtime dependencies to test, which we can easily get with a tox environment. This makes it easier to test the current state of the project with a single command. Change-Id: I6583613aa89e766da5cd0d2824741c89e74c558c
This commit is contained in:
parent
44ec782114
commit
d5e980a5f7
4
tox.ini
4
tox.ini
@ -12,6 +12,10 @@ commands = flake8
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:mkical]
|
||||||
|
commands = mkdir -p ical
|
||||||
|
python arbiter/jobs.py -i ./ical -c
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,*.egg
|
exclude = .venv,.tox,dist,doc,*.egg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user