<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tox.git, branch pluggy</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/tox-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/'/>
<entry>
<title>close branch</title>
<updated>2015-06-19T08:59:33+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T08:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=9329e0492a1a753a9ba9738027763a2198655e00'/>
<id>9329e0492a1a753a9ba9738027763a2198655e00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge default</title>
<updated>2015-05-11T10:19:03+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-11T10:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=958470bafdba101a31b5c0b396267a3f1ae3fc93'/>
<id>958470bafdba101a31b5c0b396267a3f1ae3fc93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in msabramo/tox/abort_by_default_when_a_command_fails (pull request #151)</title>
<updated>2015-05-11T10:08:59+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-11T10:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=de6c67d63370996cd8722e0a6de7d6db27feec17'/>
<id>de6c67d63370996cd8722e0a6de7d6db27feec17</id>
<content type='text'>
Abort command execution when a command fails by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Abort command execution when a command fails by default
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor testenv section parser to work by registering ini attributes</title>
<updated>2015-05-11T10:06:39+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-11T10:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=097438b8a986bcba6820f930d875dc2b4b1e3bb1'/>
<id>097438b8a986bcba6820f930d875dc2b4b1e3bb1</id>
<content type='text'>
at tox_addoption() time.  Introduce new "--help-ini" or "--hi" option
to show all testenv variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at tox_addoption() time.  Introduce new "--help-ini" or "--hi" option
to show all testenv variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>add changelog entry for pluggy</title>
<updated>2015-05-11T09:26:07+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-11T09:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=0a29364f4890691dc1979f694fc924c441ac65e9'/>
<id>0a29364f4890691dc1979f694fc924c441ac65e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make tox_get_python_executable hook receive "envconfig" instead of just basepython setting</title>
<updated>2015-05-10T14:12:52+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-10T14:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=edf60b00a3c59181b7e6b7f1473863d3ebe72272'/>
<id>edf60b00a3c59181b7e6b7f1473863d3ebe72272</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce little plugin system which allows to add command line options,</title>
<updated>2015-05-08T11:18:23+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-08T11:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=7bbef27b6d602d9f57f46a0a11d84ce050ee0351'/>
<id>7bbef27b6d602d9f57f46a0a11d84ce050ee0351</id>
<content type='text'>
perform extra configuration and determine how python executables are found
(see hookspec)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
perform extra configuration and determine how python executables are found
(see hookspec)
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset cc1933175162</title>
<updated>2015-05-08T11:16:20+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-08T11:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=820b005c923aabf9c8724aa6ef5aea6ad4a1ac6b'/>
<id>820b005c923aabf9c8724aa6ef5aea6ad4a1ac6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce little plugin system based on pluggy</title>
<updated>2015-05-08T11:15:14+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-05-08T11:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=6e2e1a62b903a29bfeca35c680789a8e959786fa'/>
<id>6e2e1a62b903a29bfeca35c680789a8e959786fa</id>
<content type='text'>
and refactor/streamline some code with relation to
getting executables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and refactor/streamline some code with relation to
getting executables
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: Document new "ignore_errors" setting</title>
<updated>2015-05-05T16:02:51+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2015-05-05T16:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=294d91209ee5766e1ec23434c3b8efe25767cad1'/>
<id>294d91209ee5766e1ec23434c3b8efe25767cad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
