mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
27 lines
349 B
INI
27 lines
349 B
INI
[tox]
|
|
envlist =
|
|
py37
|
|
py38
|
|
py39
|
|
py310
|
|
|
|
[gh-actions]
|
|
python =
|
|
3.7: py37
|
|
3.8: py38
|
|
3.9: py39
|
|
3.10: py310
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands =
|
|
py.test
|
|
flake8 fimfarchive tests
|
|
mypy --ignore-missing-imports fimfarchive tests
|
|
|
|
[pytest]
|
|
addopts =
|
|
tests
|
|
|
|
[flake8]
|
|
exclude = fimfarchive/__init__.py
|