fimfarchive/tox.ini
2018-09-05 16:44:11 +02:00

25 lines
391 B
INI

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