I think the right way to do this would be to delete the 26, 27, and pypy sections and add to the main [testenv] deps section:<div><br></div><div>   py26: unittest2</div><div>   py27: unittest2</div><div>   pypy: unittest2</div><div><br></div><div>There might be some way to combine those further, but it&#39;s a start.</div><div><br></div><div>Alex<br><br><div class="gmail_quote">On Sat Nov 01 2014 at 2:28:55 PM Ian Cordasco &lt;<a href="mailto:graffatcolmingov@gmail.com" target="_blank">graffatcolmingov@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey all,<br>
<br>
Currently I&#39;m taking advantage of the generative features in tox 1.8<br>
(<a href="https://github.com/sigmavirus24/github3.py/blob/1.0-alpha/tox.ini" target="_blank">https://github.com/<u></u>sigmavirus<u></u>24/github3.py/blob/<u></u>1.0-alpha/<u></u>tox.ini</a>)<br>
but I&#39;m wondering if my file can be simplified even further with<br>
something like<br>
<br>
[testenv:py{26,27,py}]<br>
<br>
Instead of three different sections for py26, py27, and pypy.<br>
<br>
Am I correct that this isn&#39;t currently a feature? (In my quick tests<br>
it didn&#39;t seem to work)<br>
<br>
Cheers,<br>
Ian<br>
<br>
______________________________<u></u><u></u>_________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org" target="_blank">testing-in-python@lists.idyll.<u></u><u></u>org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/<u></u>listinf<u></u>o/testing-in-python</a><br>
</blockquote></div></div>