summaryrefslogtreecommitdiff
path: root/tox.ini
blob: e33f5bfc4552627ce5d4612daff221643593a462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
#distshare={homedir}/.tox/distshare
envlist=py25,py26,py26-s,py27

[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
    nose

[testenv:py26-s]
distribute=False

[testenv:py27]
basepython=python2.7