<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tox.git, branch fix_issue_265</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/tox-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/'/>
<entry>
<title>Fix issue #265 - Pass LD_LIBRARY_PATH by default</title>
<updated>2015-07-14T21:42:41+00:00</updated>
<author>
<name>David Donovan Riddle</name>
<email>ddriddle@illinois.edu</email>
</author>
<published>2015-07-14T21:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=e44c7d54b40f00bcf7e8ca384e77e763fd170d2e'/>
<id>e44c7d54b40f00bcf7e8ca384e77e763fd170d2e</id>
<content type='text'>
This fix passes the LD_LIBRARY_PATH environment variable by default. This
was done to support RedHat Software Collections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix passes the LD_LIBRARY_PATH environment variable by default. This
was done to support RedHat Software Collections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 2.1.1 for changeset 09fd6a94e281</title>
<updated>2015-06-23T11:49:45+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-23T11:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=650f5ee0b7fb6965ce0adcd1e3b16e8804780d4c'/>
<id>650f5ee0b7fb6965ce0adcd1e3b16e8804780d4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some fixes for detox, preparing 2.1.1</title>
<updated>2015-06-23T11:49:40+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-23T11:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=65b14b95087d2b0721fcd9e08fe6f2bc39258356'/>
<id>65b14b95087d2b0721fcd9e08fe6f2bc39258356</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 2.1.0 for changeset 25c76c46dbdd</title>
<updated>2015-06-19T14:08:41+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T14:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=c2befbb6b0d7dbb7c58c09d47acc7b02a7729e7f'/>
<id>c2befbb6b0d7dbb7c58c09d47acc7b02a7729e7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare 2.1.0 release</title>
<updated>2015-06-19T13:29:21+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T13:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=69f4f8f19ce728dbfdc3f8c8e3d63a31b4beebb5'/>
<id>69f4f8f19ce728dbfdc3f8c8e3d63a31b4beebb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce a TOX_TESTENV_PASSENV setting which is honored</title>
<updated>2015-06-19T09:37:08+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T09:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=519dfc099f43747518187151164f9cfcc1ef09a6'/>
<id>519dfc099f43747518187151164f9cfcc1ef09a6</id>
<content type='text'>
when constructing the set of environment variables for test environments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when constructing the set of environment variables for test environments.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow envlist to be a multi-line list, to intersperse comments</title>
<updated>2015-06-19T09:21:44+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T09:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=1d4d3b9433785bf397ef55c3f689a0b48a844c3f'/>
<id>1d4d3b9433785bf397ef55c3f689a0b48a844c3f</id>
<content type='text'>
and have long envlist settings split more naturally.  Thanks Andre Caron.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and have long envlist settings split more naturally.  Thanks Andre Caron.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in acaron/tox (pull request #163)</title>
<updated>2015-06-19T09:13:38+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T09:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=ef513813161200205ec89a2d824c0c80466c993f'/>
<id>ef513813161200205ec89a2d824c0c80466c993f</id>
<content type='text'>
Adds support for multiline envlist setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds support for multiline envlist setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>add changelog to fix issue259: passenv is now a line-list which allows to intersperse</title>
<updated>2015-06-19T09:12:26+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T09:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=5acb7faa85936e208b17b7ef79618fcb790bafc6'/>
<id>5acb7faa85936e208b17b7ef79618fcb790bafc6</id>
<content type='text'>
comments.  Thanks stefano-m.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
comments.  Thanks stefano-m.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in stefano-m/tox/passenv_multiline (pull request #166)</title>
<updated>2015-06-19T09:10:16+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2015-06-19T09:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=e02c4c5ff807fd88893ae45529e12ec1d02d9330'/>
<id>e02c4c5ff807fd88893ae45529e12ec1d02d9330</id>
<content type='text'>
Issue #259 passenv statement should accept multi-line list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue #259 passenv statement should accept multi-line list
</pre>
</div>
</content>
</entry>
</feed>
