mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 09:19:31 +00:00
906ea629f6
locally (via tox) and also on travis ci.
15 lines
229 B
INI
15 lines
229 B
INI
[tox]
|
|
envlist = py32, py33, py34
|
|
|
|
[testenv]
|
|
# Change dir to avoid import problem
|
|
changedir = {envdir}
|
|
deps =
|
|
pytest
|
|
commands = py.test
|
|
passenv = * # fakeroot -u needs some env vars
|
|
|
|
[testenv:py32]
|
|
deps =
|
|
pytest
|
|
mock
|