fimfarchive/tox.ini
2017-07-26 21:13:43 +02:00

29 lines
371 B
INI

[tox]
envlist =
py35
py36
flake
[travis]
python =
3.5: py35
3.6: py36, flake
[testenv]
commands = py.test
deps =
-rrequirements.txt
pytest
[pytest]
addopts =
--ignore venv
--ignore tests/test_fetchers.py
[testenv:flake]
commands = flake8 fimfarchive tests
deps = flake8
[flake8]
filenames = *.py
exclude = fimfarchive/__init__.py