mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 13:28:00 +01:00
23 lines
296 B
INI
23 lines
296 B
INI
[tox]
|
|
envlist =
|
|
py36
|
|
py37
|
|
|
|
[travis]
|
|
python =
|
|
3.6: py36
|
|
3.7: py37
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands =
|
|
py.test
|
|
flake8 fimfarchive tests
|
|
mypy --ignore-missing-imports fimfarchive tests
|
|
|
|
[pytest]
|
|
addopts =
|
|
tests
|
|
|
|
[flake8]
|
|
exclude = fimfarchive/__init__.py
|