view tox.ini @ 990:8f00b78c6a59 trunk

Stop try to lex for matching braces in interpolation if the token_re matches an empty string. This fixes the infinite loop triggered by the test suite as a result of the change to Python 2.7 describe in http://bugs.python.org/issue16152 and reported in http://genshi.edgewall.org/ticket/540.
author hodgestar
date Sat, 26 Jan 2013 11:53:36 +0000
parents 59f5a8345780
children 34cf6abaa6e7
line wrap: on
line source
[tox]
envlist = py25,py26,py27,py32,py33,pypy
[testenv]
deps=
setenv=
    PYTHONHASHSEED=0
commands=
    python setup.py test
Copyright (C) 2012-2017 Edgewall Software