<br><br><div class="gmail_quote">On Mon, Jul 12, 2010 at 7:31 AM, holger krekel <span dir="ltr">&lt;<a href="mailto:holger@merlinux.eu">holger@merlinux.eu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I have been talking about it with various people lately and<br>
am now happy announce the first release of &quot;tox&quot;.<br>
<br>
tox aims to automate tedious Python related test activities driven<br>
from a simple ``tox.ini`` file, including:<br>
<br>
* creation and management of virtualenv environments<br>
* installing your Python package into each of them<br>
* run your test tool of choice (nose, py.test, unittests, you name it)<br>
* testing packages against each other without needing to upload to PyPI<br>
<br>
tox runs well on Python2.4 up until Python3.1 and integrates<br>
well with Continous Integration servers like Hudson. There are many<br>
real-life examples and a fair amount of docs.  Read up on<br>
<br>
    <a href="http://codespeak.net/tox" target="_blank">http://codespeak.net/tox</a><br>
<br>
and please report any issues.  This is a fresh project and<br>
i&#39;d like to drive further improvements from real world needs<br>
and feedback.<br>
<br>
thanks &amp; cheers,<br>
holger krekel<br>
<br>
_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
</blockquote></div><br><div>Hi holger,</div><div><br></div><div>In some of your configuration examples you have something like this:</div><div><br></div><div><span class="Apple-style-span" style="font-family: &#39;Lucida Grande&#39;, &#39;Lucida Sans Unicode&#39;, Geneva, Verdana, sans-serif; font-size: 18px; line-height: 27px; "><pre style="overflow-x: auto; overflow-y: auto; font-family: Consolas, &#39;Deja Vu Sans Mono&#39;, &#39;Bitstream Vera Sans Mono&#39;, monospace; font-size: 0.95em; letter-spacing: 0.015em; line-height: 20px; padding-top: 0.5em; padding-right: 0.5em; padding-bottom: 0.5em; padding-left: 0.5em; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-color: rgb(248, 248, 248); ">
[tox]
envlist = py26,py31</pre></span></div><div><br></div><div>And I am wondering if this is meant to have functionality like RVM (Ruby Version Manager) where it lets you build whatever version of Python</div><div>you need to run your tests.</div>
<div><br></div><div>I&#39;m thinking this is probably not the case, but that would be a very interesting feature if possible.</div><div><br></div><div>Thanks for sharing the release!</div><div><br></div><div>-Alfredo</div>