fix some testing.

* Python3 test support
* Specify depended library version for Python2.4, 2.5
This commit is contained in:
Takayuki Shimizukawa
2012-05-01 15:21:12 +09:00
parent 9af2094ca4
commit 4713ca78ba
2 changed files with 19 additions and 7 deletions
+9 -2
View File
@@ -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=