mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
change tox describing (meaning was not changed)
This commit is contained in:
parent
6e044aedbc
commit
066c432152
12
tox.ini
12
tox.ini
@ -12,31 +12,31 @@ commands=
|
||||
|
||||
[testenv:py25]
|
||||
deps=
|
||||
nose
|
||||
simplejson==2.5.0
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:py33]
|
||||
deps=
|
||||
nose
|
||||
#svn+http://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils
|
||||
docutils>=0.10.0
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:pypy]
|
||||
deps=
|
||||
nose
|
||||
simplejson
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:du07]
|
||||
deps=
|
||||
nose
|
||||
docutils==0.7
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:du08]
|
||||
deps=
|
||||
nose
|
||||
docutils==0.8.1
|
||||
{[testenv]deps}
|
||||
|
||||
[testenv:du09]
|
||||
deps=
|
||||
nose
|
||||
docutils==0.9.1
|
||||
{[testenv]deps}
|
||||
|
Loading…
Reference in New Issue
Block a user