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]
|
||||
envlist=py24,py25,py26,py27,py31,du07,du06,du05
|
||||
envlist=py24,py25,py26,py27,py31,pypy,du07,du06,du05
|
||||
|
||||
[testenv]
|
||||
deps=nose
|
||||
@ -12,9 +12,19 @@ deps=
|
||||
nose
|
||||
simplejson
|
||||
|
||||
[testenv:py25]
|
||||
deps=
|
||||
nose
|
||||
simplejson
|
||||
|
||||
[testenv:py31]
|
||||
deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip
|
||||
|
||||
[testenv:pypy]
|
||||
deps=
|
||||
nose
|
||||
simplejson
|
||||
|
||||
[testenv:du05]
|
||||
deps=
|
||||
nose
|
||||
|
Loading…
Reference in New Issue
Block a user