<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/smmap.git/setup.cfg, 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>setup.cfg: Specify that wheel is universal</title>
<updated>2014-06-16T19:02:10+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2014-06-16T19:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/smmap.git/commit/?id=55267119140f3828a24b4986600ed21a1808d6cc'/>
<id>55267119140f3828a24b4986600ed21a1808d6cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
