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