Peter Cock | 21 Jun 2012 12:36
Gravatar

http://tox.testrun.org/) (#50)

Is anyone on the list familiar with Tox?

Thanks,

Peter

---------- Forwarded message ----------
From: Marc Abramowitz
<reply+i-5187198-5765b40e5f8552f21475f318b6073f8494d7e385-63959 <at> reply.github.com>
Date: Thu, Jun 21, 2012 at 7:51 AM
Subject: [biopython] Add support for tox (http://tox.testrun.org/) (#50)
To: Peter Cock <p.j.a.cock <at> googlemail.com>

You can merge this Pull Request by running:

 git pull https://github.com/msabramo/biopython tox

Or you can view, comment on it, or merge it online at:

 https://github.com/biopython/biopython/pull/50

-- Commit Summary --

* Add tox.ini for tox (http://tox.testrun.org/)
* Add .tox to .gitignore

-- File Changes --

M .gitignore (3)
A tox.ini (19)
(Continue reading)

Kai Blin | 22 Jun 2012 13:54
Picon
Gravatar

http://tox.testrun.org/) (#50)


On 2012-06-21 12:36, Peter Cock wrote:
> Is anyone on the list familiar with Tox?

I've looked into using Tox for easier testing of python 2.x and 3.x
builds from my lightweight continuous integration system. It seems
pretty straightforward, basically it sets up one virtualenv per python
implementation you want tested, and then installs your code there and
runs the tests.

I've tried that branch on my system. I only have 2.6 and 3.2 installed
at the moment, and the tox build fails on 3.2 with

error: error in 'egg_base' option: 'pip-egg-info' does not exist or is
not a directory

But that might well be an issue with my 3.2 install. 2.6 works fine.

HTH,
Kai

--

-- 
Dipl.-Inform. Kai Blin         kai.blin <at> biotech.uni-tuebingen.de
Institute for Microbiology and Infection Medicine
Division of Microbiology/Biotechnology
Eberhard-Karls-Universität Tübingen
Auf der Morgenstelle 28                 Phone : ++49 7071 29-78841
D-72076 Tübingen                        Fax :   ++49 7071 29-5979
Germany
Homepage: http://www.mikrobio.uni-tuebingen.de/ag_wohlleben
(Continue reading)


Gmane