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