Files
borgmatic/tox.ini
T

9 lines
122 B
INI

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