fimfarchive/tox.ini

28 lines
348 B
INI
Raw Normal View History

2017-01-28 20:56:59 +01:00
[tox]
envlist =
py36
flake
[travis]
python =
2017-07-26 21:13:43 +02:00
3.6: py36, flake
2017-01-28 20:56:59 +01:00
[testenv]
commands = py.test
deps =
-rrequirements.txt
pytest
[pytest]
2017-04-15 22:59:46 +02:00
addopts =
--ignore venv
--ignore tests/test_fetchers.py
2017-01-28 20:56:59 +01:00
[testenv:flake]
commands = flake8 fimfarchive tests
deps = flake8
[flake8]
filenames = *.py
exclude = fimfarchive/__init__.py