2014-05-30 14:46:40 -05:00
|
|
|
[tox]
|
|
|
|
minversion = 1.6
|
2024-02-20 10:26:54 +09:00
|
|
|
envlist = py3,pep8
|
|
|
|
ignore_basepython_conflict = True
|
2014-04-02 12:06:10 -05:00
|
|
|
|
|
|
|
[testenv]
|
2024-02-20 10:26:54 +09:00
|
|
|
basepython = python3
|
2014-04-02 12:06:10 -05:00
|
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
-r{toxinidir}/test-requirements.txt
|
2014-05-31 02:58:39 +00:00
|
|
|
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
2019-06-27 10:22:14 -05:00
|
|
|
usedevelop = true
|
2014-04-02 12:06:10 -05:00
|
|
|
|
|
|
|
[testenv:pep8]
|
|
|
|
commands = flake8
|
|
|
|
|
|
|
|
[testenv:venv]
|
|
|
|
commands = {posargs}
|
|
|
|
|
2014-05-30 16:12:22 -05:00
|
|
|
[testenv:mkical]
|
2015-01-16 17:36:55 +01:00
|
|
|
commands = yaml2ical -y meetings/ -i icals/ -f
|
2014-05-30 16:12:22 -05:00
|
|
|
|
2014-04-02 12:06:10 -05:00
|
|
|
[flake8]
|
|
|
|
show-source = True
|
2014-05-30 14:46:40 -05:00
|
|
|
exclude = .venv,.tox,dist,doc,*.egg
|