<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/smmap.git/tox.ini, branch gitpython-issue-251-debugging</title>
<subtitle>github.com: Byron/smmap.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/smmap.git/'/>
<entry>
<title>Add tox env for flake8 linter</title>
<updated>2014-11-16T21:24:34+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-11-16T21:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/smmap.git/commit/?id=f4b6b2508cf164be237b2fdeaca01be7153efe8c'/>
<id>f4b6b2508cf164be237b2fdeaca01be7153efe8c</id>
<content type='text'>
Most people know about pep8 which enforce coding style.  pyflakes
goes a step beyond by analyzing the code.

flake8 is basically a wrapper around both pep8 and pyflakes and comes
with some additional checks.  I find it very useful since you only
need to require one package to have a lot of code issues reported to you.

This patch provides a 'flake8' tox environement to easily install and
run the utility on the code base.  One simply has to:

     tox -eflake8

The env has been added to the default list of environement to have
flake8 run by default.

Configuration tweaking is done in setup.cfg [flake8] section.

The repository in its current state does not pass checks We can later
easily ensure there is no regression by adjusting Travis configuration
to run this env.

More informations about flake8: https://pypi.python.org/pypi/flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most people know about pep8 which enforce coding style.  pyflakes
goes a step beyond by analyzing the code.

flake8 is basically a wrapper around both pep8 and pyflakes and comes
with some additional checks.  I find it very useful since you only
need to require one package to have a lot of code issues reported to you.

This patch provides a 'flake8' tox environement to easily install and
run the utility on the code base.  One simply has to:

     tox -eflake8

The env has been added to the default list of environement to have
flake8 run by default.

Configuration tweaking is done in setup.cfg [flake8] section.

The repository in its current state does not pass checks We can later
easily ensure there is no regression by adjusting Travis configuration
to run this env.

More informations about flake8: https://pypi.python.org/pypi/flake8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back tox.ini for tox</title>
<updated>2014-06-16T13:47:31+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-16T13:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/smmap.git/commit/?id=23b79ea2838510028de43a6edb1b09246dca9a46'/>
<id>23b79ea2838510028de43a6edb1b09246dca9a46</id>
<content type='text'>
This time with support for measuring coverage.
Ability to test quickly across multiple Python versions is crucial for
working on Python 3 compatibility...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This time with support for measuring coverage.
Ability to test quickly across multiple Python versions is crucial for
working on Python 3 compatibility...
</pre>
</div>
</content>
</entry>
<entry>
<title>Added coverage reporting.</title>
<updated>2014-05-19T21:51:50+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-05-19T21:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/smmap.git/commit/?id=f0680101739da3435bbae0139765bb5ce65bcb92'/>
<id>f0680101739da3435bbae0139765bb5ce65bcb92</id>
<content type='text'>
In the process, I removed tox as it made things so much more complex for me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the process, I removed tox as it made things so much more complex for me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tox.ini; make .travis.yml use it</title>
<updated>2014-05-16T15:31:09+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-05-16T15:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/smmap.git/commit/?id=afcf97e6cd6584c97ccfe3de57bdc58df0ba9f8a'/>
<id>afcf97e6cd6584c97ccfe3de57bdc58df0ba9f8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
