mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
fix some testing.
* Python3 test support * Specify depended library version for Python2.4, 2.5
This commit is contained in:
@@ -4,14 +4,21 @@ envlist=py24,py25,py26,py27,py31,py32,pypy,du08,du07,du06,du05
|
||||
[testenv]
|
||||
deps=
|
||||
nose
|
||||
setenv =
|
||||
BUILD_TEST_PATH = {envdir}/tests
|
||||
commands=
|
||||
nosetests
|
||||
{envpython} tests/run.py {posargs}
|
||||
sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
|
||||
|
||||
[testenv:py24]
|
||||
deps=
|
||||
nose
|
||||
simplejson
|
||||
simplejson==2.1.0
|
||||
|
||||
[testenv:py25]
|
||||
deps=
|
||||
nose
|
||||
simplejson==2.5.0
|
||||
|
||||
[testenv:pypy]
|
||||
deps=
|
||||
|
||||
Reference in New Issue
Block a user