2017-01-28 20:56:59 +01:00
|
|
|
[tox]
|
|
|
|
envlist =
|
2019-11-29 23:01:07 +01:00
|
|
|
py38
|
2021-01-08 20:54:32 +01:00
|
|
|
py39
|
2022-09-25 13:56:43 +02:00
|
|
|
py310
|
2022-12-18 18:41:23 +01:00
|
|
|
py311
|
2017-01-28 20:56:59 +01:00
|
|
|
|
2021-01-08 21:20:21 +01:00
|
|
|
[gh-actions]
|
2017-01-28 21:27:39 +01:00
|
|
|
python =
|
2019-11-29 23:01:07 +01:00
|
|
|
3.8: py38
|
2021-01-08 20:54:32 +01:00
|
|
|
3.9: py39
|
2022-09-25 13:56:43 +02:00
|
|
|
3.10: py310
|
2022-12-18 18:41:23 +01:00
|
|
|
3.11: py311
|
2017-01-28 21:27:39 +01:00
|
|
|
|
2017-01-28 20:56:59 +01:00
|
|
|
[testenv]
|
2020-03-22 15:48:22 +01:00
|
|
|
deps = poetry
|
|
|
|
commands_pre = poetry install
|
2017-08-01 16:43:35 +02:00
|
|
|
commands =
|
2020-03-22 15:48:22 +01:00
|
|
|
poetry run pytest
|
|
|
|
poetry run flake8 fimfarchive tests
|
|
|
|
poetry run mypy --ignore-missing-imports fimfarchive tests
|
2017-01-28 20:56:59 +01:00
|
|
|
|
|
|
|
[pytest]
|
2017-04-15 22:59:46 +02:00
|
|
|
addopts =
|
2018-04-07 19:27:10 +02:00
|
|
|
tests
|
2017-01-28 20:56:59 +01:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
exclude = fimfarchive/__init__.py
|