summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 2d9d18f85081d076acbf3bba3b2a7895bce377a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist=du07,du06,du05

[testenv]
deps=nose
commands=
    nosetests
    sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html

[testenv:du05]
deps=docutils==0.5

[testenv:du06]
deps=docutils==0.6

[testenv:du07]
deps=docutils==0.7