mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 21:37:59 +01:00
28 lines
383 B
INI
28 lines
383 B
INI
[tox]
|
|
envlist =
|
|
py36
|
|
|
|
[travis]
|
|
python =
|
|
3.6: py36
|
|
|
|
[testenv]
|
|
commands =
|
|
py.test
|
|
flake8 fimfarchive tests
|
|
mypy --ignore-missing-imports fimfarchive
|
|
deps =
|
|
-rrequirements.txt
|
|
pyflakes>=1.6.0
|
|
pytest
|
|
flake8
|
|
mypy
|
|
|
|
[pytest]
|
|
addopts =
|
|
--ignore venv
|
|
--ignore tests/test_fetchers.py
|
|
|
|
[flake8]
|
|
filenames = *.py
|
|
exclude = fimfarchive/__init__.py
|