On Thu, 17 Jul 2014 15:41:44 -0400
Ned Batchelder <n...@nedbatchelder.com> wrote:
>
> For testing one project on multiple versions of Python, use tox.
> Its entire reason for being is to test Python code against multiple 
> environments, generally for different Python versions, but possibly
> for other reasons, like different versions of dependencies.
> 
> Tox will manage the virtualenvs for you, it makes multi-version
> testing very simple.
> 

Excellent, Ned and Akira, I will look into it! 

Cheers, 

    Joep



-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to