mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
24 lines
387 B
INI
24 lines
387 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
|
|
|
|
[pytest]
|
|
addopts =
|
|
--ignore venv
|
|
--ignore tests/fetchers/test_fimfarchive.py
|
|
--ignore tests/fetchers/test_fimfiction.py
|
|
|
|
[flake8]
|
|
filenames = *.py
|
|
exclude = fimfarchive/__init__.py
|