<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tox.git/doc/example, branch fix_test_quickstart</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>Merged in msabramo/tox/doc_fix_broken_links (pull request #96)</title>
<updated>2014-04-27T06:07:43+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2014-04-27T06:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=86ec06305c40f6a29247446ea6feb696216a8178'/>
<id>86ec06305c40f6a29247446ea6feb696216a8178</id>
<content type='text'>
doc: Fix broken links
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc: Fix broken links
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix broken links</title>
<updated>2014-04-24T17:27:16+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-04-24T17:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=598b1e18592590eb57f4df2e6b614c79bdb2e2c1'/>
<id>598b1e18592590eb57f4df2e6b614c79bdb2e2c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Update Jenkins example to use code-block</title>
<updated>2014-04-24T14:58:29+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-04-24T14:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=64d58c3d3deef2e212eb6a63a8d0f6af348924e6'/>
<id>64d58c3d3deef2e212eb6a63a8d0f6af348924e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stylistic documentation wording cleanup</title>
<updated>2014-03-23T13:48:08+00:00</updated>
<author>
<name>Jurko Gospodneti?</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-03-23T13:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=f89b6912886ac8835a2489c77e5891e8316870eb'/>
<id>f89b6912886ac8835a2489c77e5891e8316870eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix documentation typo</title>
<updated>2014-03-23T13:11:12+00:00</updated>
<author>
<name>Jurko Gospodneti?</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2014-03-23T13:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=8c396daf515e3a0371a41b94225fc42091252e56'/>
<id>8c396daf515e3a0371a41b94225fc42091252e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small updates to tox/pytest section</title>
<updated>2013-12-10T14:57:30+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2013-12-10T14:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=117d03ab4ae7cc3d793289a56ab74a9aaf12419f'/>
<id>117d03ab4ae7cc3d793289a56ab74a9aaf12419f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address issue #125 by adding a --hashseed command-line option.</title>
<updated>2013-11-14T09:51:26+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2013-11-14T09:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=85c7a80c4024780f9d091b98d0a65ac08936ac04'/>
<id>85c7a80c4024780f9d091b98d0a65ac08936ac04</id>
<content type='text'>
This commit also causes Tox to set PYTHONHASHSEED for test commands to a
random integer generated when tox is invoked.  See the issue here:

    https://bitbucket.org/hpk42/tox/issue/125
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also causes Tox to set PYTHONHASHSEED for test commands to a
random integer generated when tox is invoked.  See the issue here:

    https://bitbucket.org/hpk42/tox/issue/125
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issue102: change to {toxinidir} when installing packages and dependencies.</title>
<updated>2013-09-04T13:37:24+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2013-09-04T13:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=62f51be1a1b15ea71ac4359242b612e665289ca0'/>
<id>62f51be1a1b15ea71ac4359242b612e665289ca0</id>
<content type='text'>
this allows to use relative path like in "-rrequirements.txt".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows to use relative path like in "-rrequirements.txt".
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor docs and changelog</title>
<updated>2013-08-15T12:10:14+00:00</updated>
<author>
<name>holger krekel</name>
<email>holger@merlinux.eu</email>
</author>
<published>2013-08-15T12:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=4b19b2d4c0549c7a40a9c901e907d91170b4d48e'/>
<id>4b19b2d4c0549c7a40a9c901e907d91170b4d48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc examples of using easy_install and pip install --find-links.</title>
<updated>2013-08-14T21:24:23+00:00</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-08-14T21:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/tox.git/commit/?id=57d104e109a9b9c3a3daf147a769e63d92e6bd2b'/>
<id>57d104e109a9b9c3a3daf147a769e63d92e6bd2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
