~duplicity-team/duplicity/0.7-series

1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist=py26,py27

[testenv]
setenv=
	RUN_CODE_TESTS=1
deps=
	lockfile
     	mock
     	pexpect
commands=
	{envpython} ./setup.py test