<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tox.git/tests, branch fix_console_encoding</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>Fixed console encoding issue</title>
<updated>2014-08-02T04:08:48+00:00</updated>
<author>
<name>Thomas Khyn</name>
<email>thomas@ksytek.com</email>
</author>
<published>2014-08-02T04:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=f481bf7849fd162968bc7e13bc4e70c37a8aba03'/>
<id>f481bf7849fd162968bc7e13bc4e70c37a8aba03</id>
<content type='text'>
The issue occured with python 3.3 on windows with dependencies needing to be
compiled (e.g. markupsafe)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue occured with python 3.3 on windows with dependencies needing to be
compiled (e.g. markupsafe)
</pre>
</div>
</content>
</entry>
<entry>
<title>merge Alexander's "multi-dimensional" PR.</title>
<updated>2014-07-20T09:27:59+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2014-07-20T09:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=2a1b4b9ead07c0d2dde61640fb47012cbc236edd'/>
<id>2a1b4b9ead07c0d2dde61640fb47012cbc236edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplement defaultenvs as default factors</title>
<updated>2014-07-17T08:27:47+00:00</updated>
<author>
<name>Alexander Schepanovski</name>
<email>suor.web@gmail.com</email>
</author>
<published>2014-07-17T08:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=d95962973c14568343cafb62be4279d4312d5975'/>
<id>d95962973c14568343cafb62be4279d4312d5975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version and release 1.7.2</title>
<updated>2014-07-15T07:53:42+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2014-07-15T07:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=ee2cb51fe1a45f2799859b29aeb83e3a1c5a1a96'/>
<id>ee2cb51fe1a45f2799859b29aeb83e3a1c5a1a96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test factors and envlist expansion</title>
<updated>2014-07-03T10:22:28+00:00</updated>
<author>
<name>Alexander Schepanovski</name>
<email>suor.web@gmail.com</email>
</author>
<published>2014-07-03T10:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=b445c4e81c404b991c7b643e206562ea0dc1f6b5'/>
<id>b445c4e81c404b991c7b643e206562ea0dc1f6b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PyPy3 (env "pypy3").</title>
<updated>2014-06-25T07:41:37+00:00</updated>
<author>
<name>Stefan Scherfke</name>
<email>stefan@sofa-rockers.org</email>
</author>
<published>2014-06-25T07:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=2b04e91cfc046b67ee5d2fc3b32357022b6cde37'/>
<id>2b04e91cfc046b67ee5d2fc3b32357022b6cde37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>skip_missing_interpreters: fix bool handling and add appropriate test, thanks hpk42@ for the tip!</title>
<updated>2014-06-18T09:53:27+00:00</updated>
<author>
<name>Eugene Yunak</name>
<email>eugene@yunak.eu</email>
</author>
<published>2014-06-18T09:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=e9011ab3375632098a7d8877927b746b407c41e7'/>
<id>e9011ab3375632098a7d8877927b746b407c41e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for setting skip_missing_interpreters as a config option and not just a command line flag</title>
<updated>2014-06-18T09:09:13+00:00</updated>
<author>
<name>Eugene Yunak</name>
<email>eugene@yunak.eu</email>
</author>
<published>2014-06-18T09:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=37947b687b27bd8e0a8921d22502629b240c6ecb'/>
<id>37947b687b27bd8e0a8921d22502629b240c6ecb</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 cboylan/tox (pull request #85)</title>
<updated>2014-05-15T09:33:28+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2014-05-15T09:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=360ee98eae10511bb32c82997052ff1ab278033f'/>
<id>360ee98eae10511bb32c82997052ff1ab278033f</id>
<content type='text'>
Fix command expansion and parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix command expansion and parsing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in morgan_fainberg/tox (pull request #86)</title>
<updated>2014-05-10T10:08:50+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2014-05-10T10:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=500730da2ac6b63e887c82d0f6a0d99670b82df9'/>
<id>500730da2ac6b63e887c82d0f6a0d99670b82df9</id>
<content type='text'>
Support optional ENV variable substitution in tox.ini
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support optional ENV variable substitution in tox.ini
</pre>
</div>
</content>
</entry>
</feed>
