Fellow Testers,<div><br></div><div>I spent a bit of time this morning setting up tox for one of my projects, django-taggit (<a href="https://github.com/alex/django-taggit" target="_blank">https://github.com/alex/django-taggit</a>).
  It&#39;s awesome, in addition to testing with multiples pythons it&#39;s easy 
to test multiple versions of Django by creating custom testenvs and 
altering the deps.  However, it&#39;s rather verbose: most of the items: <a href="https://github.com/alex/django-taggit/blob/master/tox.ini" target="_blank">https://github.com/alex/django-taggit/blob/master/tox.ini</a> are
 copy-pastes of one another.  I&#39;m wondering whether there isn&#39;t 
something that could be done to simplify this, some way to take the set 
of base envs (py25, py26, etc.) and parameterize them along some axis, 
such as deps.  I don&#39;t have a specific syntax proposal, but I&#39;m curious 
if anyone else does.</div>
<div><br></div>Alex<br clear="all"><br>-- <br>&quot;I disapprove of what you say, but I will defend to the death your right to say it.&quot; -- Evelyn Beatrice Hall (summarizing Voltaire)<br>&quot;The people&#39;s good is the highest law.&quot; -- Cicero<br>
&quot;Code can always be simpler than you think, but never as simple as you want&quot; -- Me<br>