[Tutor] running unittests on multiple OS, including non-Posix

2014-02-28 Thread Albert-Jan Roskam
Hi, I would like to run my unittests (-- nose) on multiple platforms. I also would like to test different python versions and implementations on each platform (-- tox [2]). These platforms also include Windows, so Travis CI or Docker is not an option. I was thinking about using Vagrant [3] to

Re: [Tutor] running unittests on multiple OS, including non-Posix

2014-02-28 Thread Ben Finney
Albert-Jan Roskam fo...@yahoo.com writes: I would like to run my unittests (-- nose) on multiple platforms. I also would like to test different python versions and implementations on each platform (-- tox [2]). […] But this all feels like reinventing the wheel. Can you recommend a package

Re: [Tutor] running unittests on multiple OS, including non-Posix

2014-02-28 Thread Albert-Jan Roskam
- Original Message - From: Ben Finney ben+pyt...@benfinney.id.au To: tutor@python.org Cc: Sent: Friday, February 28, 2014 10:33 AM Subject: Re: [Tutor] running unittests on multiple OS, including non-Posix Albert-Jan Roskam fo...@yahoo.com writes: I would like to run my

Re: [Tutor] running unittests on multiple OS, including non-Posix

2014-02-28 Thread Mark Lawrence
On 28/02/2014 09:14, Albert-Jan Roskam wrote: Hi, I would like to run my unittests (-- nose) on multiple platforms. I also would like to test different python versions and implementations on each platform (-- tox [2]). These platforms also include Windows, so Travis CI or Docker is not an