Skip to content

Commit

Permalink
Add tox environments for python2.4-3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neuhäuser committed Jan 8, 2011
1 parent bc6b586 commit 1afb015
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
[tox]
envlist=du07,du06,du05
envlist=py24,py25,py26,py27,py31,du07,du06,du05

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

[testenv:py24]
deps=
nose
simplejson

[testenv:py31]
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip

[testenv:du05]
deps=docutils==0.5
deps=
nose
docutils==0.5

[testenv:du06]
deps=docutils==0.6
deps=
nose
docutils==0.6

[testenv:du07]
deps=docutils==0.7
deps=
nose
docutils==0.7

0 comments on commit 1afb015

Please sign in to comment.