Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74685
| From | Joep van Delft <joepvandelft@xs4all.nl> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Multiple python versions, one dev environment??? |
| Date | 2014-07-17 21:54 +0200 |
| Organization | 1&1 Internet AG |
| Message-ID | <20140717215454.007e88a8@xs4all.nl> (permalink) |
| References | <20140717173231.7cfefae5@xs4all.nl> <mailman.11957.1405626121.18130.python-list@python.org> |
On Thu, 17 Jul 2014 15:41:44 -0400
Ned Batchelder <ned@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Multiple python versions, one dev environment??? Joep van Delft <joepvandelft@xs4all.nl> - 2014-07-17 17:32 +0200
Re: Multiple python versions, one dev environment??? Javier <nospam@nospam.com> - 2014-07-17 16:05 +0000
Re: Multiple python versions, one dev environment??? Joep van Delft <joepvandelft@xs4all.nl> - 2014-07-17 21:52 +0200
Re: Multiple python versions, one dev environment??? Javier <nospam@nospam.com> - 2014-07-17 21:52 +0000
Re: Multiple python versions, one dev environment??? Akira <4kir4.1i@gmail.com> - 2014-07-17 16:29 +0000
Re: Multiple python versions, one dev environment??? Ned Batchelder <ned@nedbatchelder.com> - 2014-07-17 15:41 -0400
Re: Multiple python versions, one dev environment??? Joep van Delft <joepvandelft@xs4all.nl> - 2014-07-17 21:54 +0200
Re: Multiple python versions, one dev environment??? Roy Smith <roy@panix.com> - 2014-07-17 19:44 -0400
Re: Multiple python versions, one dev environment??? alex23 <wuwei23@gmail.com> - 2014-07-18 11:15 +1000
Re: Multiple python versions, one dev environment??? Roy Smith <roy@panix.com> - 2014-07-17 21:29 -0400
Re: Multiple python versions, one dev environment??? Chris Angelico <rosuav@gmail.com> - 2014-07-18 12:42 +1000
csiph-web