Multiple python versions, one dev environment???

Joep van Delft joepvandelft at xs4all.nl
Thu Jul 17 15:54:54 EDT 2014


On Thu, 17 Jul 2014 15:41:44 -0400
Ned Batchelder <ned at 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






More information about the Python-list mailing list