I am curious why (and how) you are using virtualenv for this. SymPy
Bot already creates a fresh clone in tmp somewhere, and the presence
of existing dependencies shouldn't make a big difference (it might
even help us find additional bugs).

Aaron Meurer

On May 26, 2012, at 9:50 AM, "[email protected]"
<[email protected]> wrote:

> Thanks for the answer, However, I will stick to virtualenv without tox
> for the moment (it is about the semi-automated script that I use to
> check the pull requests, and it seems that tox does not do that for
> now)
>
> On 26 May 2012 16:53, Ronan Lamy <[email protected]> wrote:
>> 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.
>>
>
> --
> 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.
>

-- 
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.

Reply via email to