mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-09-02 06:33:20 +02:00
8 lines
116 B
INI
8 lines
116 B
INI
[tox]
|
|
envlist=py27,py34
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
usedevelop=True
|
|
deps=-rtest_requirements.txt
|
|
commands = nosetests
|