yaml2ical/tox.ini
Takashi Kajinami 3f37303231 Modernize python versions
The versions listed in setup.cfg are quite old. Also fix the broken
unit tests and add the appropriate job template.

Depends-on: https://review.opendev.org/c/openstack/project-config/+/909494
Change-Id: Ifca330011b49af8a92bcf222760dd7fe0c873d30
2024-02-20 13:55:11 +09:00

25 lines
476 B
INI

[tox]
minversion = 1.6
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]
basepython = python3
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
usedevelop = true
[testenv:pep8]
commands = flake8
[testenv:venv]
commands = {posargs}
[testenv:mkical]
commands = yaml2ical -y meetings/ -i icals/ -f
[flake8]
show-source = True
exclude = .venv,.tox,dist,doc,*.egg