26 May 2012 16:53
Re: how to run tests in virtualenv with different python versions?
You should use tox. This is precisely what it's for. See https://github.com/sympy/sympy/wiki/Using-Tox Le samedi 26 mai 2012 à 16:17 +0200, krastanov.stefan@... a écrit : > Do I need a virtualenv for each python version that I want to test? Yes. > Can I use multiple interpreters from the same virtualenv? No. One virtualenv = one interpreter. They're lightweight, so creating many of them is not a problem. -- -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@... To unsubscribe from this group, send email to sympy+unsubscribe <at> googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
RSS Feed