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