8 lines
127 B
INI
8 lines
127 B
INI
[tox]
|
|
envlist=py27,py34
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
usedevelop=True
|
|
deps=-rtest_requirements.txt
|
|
commands = py.test borgmatic []
|