mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 13:28:00 +01:00
29 lines
371 B
INI
29 lines
371 B
INI
[tox]
|
|
envlist =
|
|
py35
|
|
py36
|
|
flake
|
|
|
|
[travis]
|
|
python =
|
|
3.5: py35, flake
|
|
3.6: py36
|
|
|
|
[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
|