borgmatic/tox.ini
2017-07-02 17:18:33 -07:00

9 lines
122 B
INI

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