1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 09:19:31 +00:00
borg/tox.ini
Thomas Waldmann 906ea629f6 use py.test for testing, document it
locally (via tox) and also on travis ci.
2015-05-22 21:26:41 +02:00

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