On Mon, Jun 24, 2013 at 3:50 AM, Alessandro Molina < [email protected]> wrote:
> On Sun, Jun 23, 2013 at 3:27 PM, Christoph Zwerschke <[email protected]>wrote: > >> But then BaseTestQuickStart must also create and destroy a separate >> virtualenv in its setUp and tearDown methods. >> > > It seems that the dependencies are correctly installed within the newly > created environment, but there are some problems with the successive > enter_virtualenv calls before the tests which fail due to sys.real_prefix > odd status. > I made some advancements on the testsuite and now is able to pass on Py2.7 on travis: https://travis-ci.org/TurboGears/tg2devtools/builds/8390939 On Py3.2 has issues probably due to Jinja2 not supporting Py3.2 On Py2.6 and Py3.3 some tests are failing and I need to investigate why. -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears-trunk. For more options, visit https://groups.google.com/groups/opt_out.
