Require a python2.5 compatible version of Jinja2

This commit is contained in:
Christophe de Vienne 2013-06-21 01:52:53 +02:00
parent 579772807e
commit 8cfea4a0a1
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ deps=
nose
coverage
simplejson
Jinja2<=2.6.99
Sphinx
commands=
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml tests/test_sphinxext.py --verbose {posargs}

View File

@ -25,6 +25,7 @@ deps =
nose
coverage
simplejson
Jinja2<=2.6.99
Sphinx
commands =
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml tests/test_sphinxext.py --verbose {posargs}