taskwarrior-grocy/tox.ini

15 lines
179 B
INI
Raw Permalink Normal View History

2019-01-19 23:24:53 -06:00
[tox]
envlist = py37
[testenv]
deps=
mock
pytest
pytest_mock
setenv=
XDG_CACHE_HOME={envtmpdir}/
commands=
py.test \
--verbose \
{posargs:./tests}