mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2025-03-24 12:17:12 +01:00
23 lines
295 B
INI
23 lines
295 B
INI
|
[tox]
|
||
|
envlist =
|
||
|
py35
|
||
|
py36
|
||
|
flake
|
||
|
|
||
|
[testenv]
|
||
|
commands = py.test
|
||
|
deps =
|
||
|
-rrequirements.txt
|
||
|
pytest
|
||
|
|
||
|
[pytest]
|
||
|
addopts = --ignore tests/test_fetchers.py
|
||
|
|
||
|
[testenv:flake]
|
||
|
commands = flake8 fimfarchive tests
|
||
|
deps = flake8
|
||
|
|
||
|
[flake8]
|
||
|
filenames = *.py
|
||
|
exclude = fimfarchive/__init__.py
|