fimfarchive/tox.ini

27 lines
439 B
INI
Raw Normal View History

2017-01-28 20:56:59 +01:00
[tox]
envlist =
py36
2018-08-06 18:40:23 +02:00
py37
2017-01-28 20:56:59 +01:00
[travis]
python =
2017-08-01 16:43:35 +02:00
3.6: py36
2018-08-06 18:40:23 +02:00
3.7: py37
2017-01-28 20:56:59 +01:00
[testenv]
deps = -rrequirements.txt
2017-08-01 16:43:35 +02:00
commands =
py.test
flake8 fimfarchive tests
2018-08-04 22:22:07 +02:00
mypy --ignore-missing-imports fimfarchive tests
2017-01-28 20:56:59 +01:00
[pytest]
2017-04-15 22:59:46 +02:00
addopts =
--ignore tests/fetchers/test_fimfarchive.py
--ignore tests/fetchers/test_fimfiction.py
2018-07-15 20:01:45 +02:00
--ignore tests/fetchers/test_fimfiction2.py
2018-04-07 19:27:10 +02:00
tests
2017-01-28 20:56:59 +01:00
[flake8]
exclude = fimfarchive/__init__.py