Require a python2.5 compatible version of Jinja2
This commit is contained in:
parent
579772807e
commit
8cfea4a0a1
@ -107,6 +107,7 @@ deps=
|
|||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
simplejson
|
simplejson
|
||||||
|
Jinja2<=2.6.99
|
||||||
Sphinx
|
Sphinx
|
||||||
commands=
|
commands=
|
||||||
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml tests/test_sphinxext.py --verbose {posargs}
|
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml tests/test_sphinxext.py --verbose {posargs}
|
||||||
|
1
tox.ini
1
tox.ini
@ -25,6 +25,7 @@ deps =
|
|||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
simplejson
|
simplejson
|
||||||
|
Jinja2<=2.6.99
|
||||||
Sphinx
|
Sphinx
|
||||||
commands =
|
commands =
|
||||||
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml tests/test_sphinxext.py --verbose {posargs}
|
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml tests/test_sphinxext.py --verbose {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user