fimfarchive/tox.ini
2019-11-29 23:03:27 +01:00

25 lines
319 B
INI

[tox]
envlist =
py36
py37
py38
[travis]
python =
3.6: py36
3.7: py37
3.8: py38
[testenv]
deps = -rrequirements.txt
commands =
py.test
flake8 fimfarchive tests
mypy --ignore-missing-imports fimfarchive tests
[pytest]
addopts =
tests
[flake8]
exclude = fimfarchive/__init__.py