fimfarchive/tox.ini

29 lines
422 B
INI
Raw Normal View History

2017-01-28 20:56:59 +01:00
[tox]
envlist =
py36
[travis]
python =
2017-08-01 16:43:35 +02:00
3.6: py36
2017-01-28 20:56:59 +01:00
[testenv]
2017-08-01 16:43:35 +02:00
commands =
py.test
flake8 fimfarchive tests
2017-08-02 01:49:26 +02:00
mypy --ignore-missing-imports fimfarchive
2017-01-28 20:56:59 +01:00
deps =
-rrequirements.txt
pytest
2017-08-01 16:43:35 +02:00
flake8
2017-08-02 01:49:26 +02:00
mypy
2017-01-28 20:56:59 +01:00
[pytest]
2017-04-15 22:59:46 +02:00
addopts =
--ignore venv
--ignore tests/fetchers/test_fimfarchive.py
--ignore tests/fetchers/test_fimfiction.py
2017-01-28 20:56:59 +01:00
[flake8]
filenames = *.py
exclude = fimfarchive/__init__.py