fimfarchive/tox.ini

30 lines
371 B
INI
Raw Normal View History

2017-01-28 20:56:59 +01:00
[tox]
envlist =
py35
py36
flake
[travis]
python =
3.5: py35, flake
3.6: py36
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