<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/README.md, branch baserock/zuul-ci</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-tox</title>
<updated>2014-11-14T15:15:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T15:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c914637ab146c23484a730175aa10340db91be70'/>
<id>c914637ab146c23484a730175aa10340db91be70</id>
<content type='text'>
Conflicts:
	README.md
	requirements.txt
	setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	README.md
	requirements.txt
	setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated README to better represent current state</title>
<updated>2014-11-14T14:31:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T14:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d3e5d9cda8eae5b0f19ac25efada6d0b3b9e04e5'/>
<id>d3e5d9cda8eae5b0f19ac25efada6d0b3b9e04e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tox to easily run tests in venv</title>
<updated>2014-07-25T09:20:27+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-07-25T09:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2ddd5e5ef89da7f1e3b3a7d081fbc7f5c46ac11c'/>
<id>2ddd5e5ef89da7f1e3b3a7d081fbc7f5c46ac11c</id>
<content type='text'>
tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv
which let you craft a fresh python environement to execute command in.

It creates the env with virtualenv, install dependencies, run python
setup.py install in it and then execute whatever command you want it to
do and report status.

To do so I simply:

- listed tests dependencies in test-requirements.txt (which are just
  nose and mock)
- provide a tox.ini file which describe how to install the dependencies
  and execute nosetests
- added the module 'coverage' to the list of test dependencies

To run tests simply:

 pip install tox &amp;&amp; tox

That will execute the test command 'nosetests' using python2.6 and then
python 2.7.

The additional env 'cover' can be run using: tox -ecover.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv
which let you craft a fresh python environement to execute command in.

It creates the env with virtualenv, install dependencies, run python
setup.py install in it and then execute whatever command you want it to
do and report status.

To do so I simply:

- listed tests dependencies in test-requirements.txt (which are just
  nose and mock)
- provide a tox.ini file which describe how to install the dependencies
  and execute nosetests
- added the module 'coverage' to the list of test dependencies

To run tests simply:

 pip install tox &amp;&amp; tox

That will execute the test command 'nosetests' using python2.6 and then
python 2.7.

The additional env 'cover' can be run using: tox -ecover.
</pre>
</div>
</content>
</entry>
<entry>
<title>List runtime dependencies in requirements.txt</title>
<updated>2014-07-25T08:54:44+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-07-25T08:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=dbd784b870a878ef6dbecd14310018cdaeda5c6d'/>
<id>dbd784b870a878ef6dbecd14310018cdaeda5c6d</id>
<content type='text'>
More and more packages are listing their dependencies in
requirements.txt which make it trivial to maintain and install them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More and more packages are listing their dependencies in
requirements.txt which make it trivial to maintain and install them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md to use fixed date</title>
<updated>2014-07-24T10:39:27+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-07-24T10:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9421cbc67e81629895ff1f7f397254bfe096ba49'/>
<id>9421cbc67e81629895ff1f7f397254bfe096ba49</id>
<content type='text'>
Relative dates are not that precise, so instead of 3 years ago
set it the last release date to July 2011.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relative dates are not that precise, so instead of 3 years ago
set it the last release date to July 2011.</pre>
</div>
</content>
</entry>
<entry>
<title>Added coverage report</title>
<updated>2014-05-19T21:42:55+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-05-19T21:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=13e3a809554706905418a48b72e09e2eba81af2d'/>
<id>13e3a809554706905418a48b72e09e2eba81af2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated readme with development status</title>
<updated>2014-05-07T07:33:06+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-05-07T07:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2ffde74dd7b5cbc4c018f0d608049be8eccc5101'/>
<id>2ffde74dd7b5cbc4c018f0d608049be8eccc5101</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed travis-ci url in Readme</title>
<updated>2014-05-04T14:57:25+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-05-04T14:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=cc93c4f3ddade455cc4f55bc93167b1d2aeddc4f'/>
<id>cc93c4f3ddade455cc4f55bc93167b1d2aeddc4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for travis ci</title>
<updated>2014-05-04T14:55:27+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-05-04T14:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1f225d4b8c3d7eb90038c246a289a18c7b655da2'/>
<id>1f225d4b8c3d7eb90038c246a289a18c7b655da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
