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, [email protected] 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
