summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 23a2b3af7f6dd2f662de40b599a536f09098a065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
#distshare={homedir}/.tox/distshare
envlist=py31,py32,py33

[tox:hudson]
#distshare={toxworkdir}/distshare
sdistsrc={distshare}/Distutils2-*

[testenv]
commands=
    # explicit argument to exclude _backport/tests;
    # their coverage is not interesting
    nosetests --with-xunit distutils2/tests
deps=
    docutils
    unittest2-py3k
    nose