mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
10 lines
173 B
INI
10 lines
173 B
INI
[tox]
|
|
envlist = py32, py33
|
|
|
|
[testenv]
|
|
# Change dir to avoid import problem
|
|
changedir = docs
|
|
commands = {envpython} -m attic.testsuite.run -bv []
|
|
|
|
[testenv:py32]
|
|
deps = mock
|