Merge "Remove the check target"
This commit is contained in:
commit
d422543ec8
5
tox.ini
5
tox.ini
@ -21,15 +21,12 @@ commands =
|
|||||||
-t meetingindex.jinja -w output/index.html -f
|
-t meetingindex.jinja -w output/index.html -f
|
||||||
yaml2ical -y meetings -i output/calendars/ -f
|
yaml2ical -y meetings -i output/calendars/ -f
|
||||||
|
|
||||||
[testenv:check]
|
|
||||||
commands =
|
|
||||||
python tools/check_channels.py -y meetings
|
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands =
|
commands =
|
||||||
bash test_tools/flake8wrap.sh {posargs}
|
bash test_tools/flake8wrap.sh {posargs}
|
||||||
python tools/check_chair.py -y {toxinidir}
|
python tools/check_chair.py -y {toxinidir}
|
||||||
|
python tools/check_channels.py -y {toxinidir}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore =
|
ignore =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user