mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge heads
This commit is contained in:
commit
bbd158ef27
12
tox.ini
12
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=py24,py25,py26,py27,py31,du07,du06,du05
|
envlist=py24,py25,py26,py27,py31,pypy,du07,du06,du05
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=nose
|
deps=nose
|
||||||
@ -12,9 +12,19 @@ deps=
|
|||||||
nose
|
nose
|
||||||
simplejson
|
simplejson
|
||||||
|
|
||||||
|
[testenv:py25]
|
||||||
|
deps=
|
||||||
|
nose
|
||||||
|
simplejson
|
||||||
|
|
||||||
[testenv:py31]
|
[testenv:py31]
|
||||||
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip
|
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip
|
||||||
|
|
||||||
|
[testenv:pypy]
|
||||||
|
deps=
|
||||||
|
nose
|
||||||
|
simplejson
|
||||||
|
|
||||||
[testenv:du05]
|
[testenv:du05]
|
||||||
deps=
|
deps=
|
||||||
nose
|
nose
|
||||||
|
Loading…
Reference in New Issue
Block a user