borgmatic/tox.ini

9 lines
138 B
INI

[tox]
envlist=py34
skipsdist=True
[testenv]
usedevelop=True
deps=-rtest_requirements.txt
commands = py.test --cov=borgmatic borgmatic []