mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 00:37:56 +00:00
6 lines
145 B
INI
6 lines
145 B
INI
[tox]
|
|
envlist = py32, py33
|
|
|
|
[testenv]
|
|
changedir = docs # Change dir to avoid import problem
|
|
commands = {envpython} -m darc.testsuite.run -bv []
|