trytond-account_code_digits/tox.ini

18 lines
448 B
INI
Raw Normal View History

2016-03-29 11:41:48 +02:00
[tox]
2020-04-11 18:29:09 +02:00
envlist = py37-sqlite, stats
2016-03-29 11:41:48 +02:00
[testenv]
2020-04-11 18:29:09 +02:00
basepython=python3.7
commands = coverage run setup.py test
2016-03-29 11:41:48 +02:00
deps =
2016-12-20 17:12:59 +01:00
sqlite: sqlitebck
2020-04-11 18:29:09 +02:00
coverage
2016-03-29 11:41:48 +02:00
setenv =
sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
sqlite: DB_NAME={env:SQLITE_NAME::memory:}
install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages}
2020-04-11 18:29:09 +02:00
[testenv:stats]
basepython=python3.7
commands =
2020-04-24 05:06:04 +02:00
coverage xml --omit=.tox/*,.eggs/*