8 lines
177 B
INI
8 lines
177 B
INI
[tox]
|
|
envlist=py34
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
usedevelop=True
|
|
deps=-rtest_requirements.txt
|
|
commands = py.test --cov-report term-missing:skip-covered --cov=borgmatic borgmatic []
|