fimfarchive/tox.ini
2018-08-04 22:22:52 +02:00

24 lines
416 B
INI

[tox]
envlist =
py36
[travis]
python =
3.6: py36
[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
--ignore tests/fetchers/test_fimfiction2.py
tests
[flake8]
exclude = fimfarchive/__init__.py