<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/tox.ini, branch lxml-3.4</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>Fix CFLAGS in tox.ini</title>
<updated>2014-12-07T14:26:39+00:00</updated>
<author>
<name>Marius Gedminas</name>
<email>marius@gedmin.as</email>
</author>
<published>2014-12-07T14:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=4d1da313abe6fdd0c1c49164517e42c54310a11d'/>
<id>4d1da313abe6fdd0c1c49164517e42c54310a11d</id>
<content type='text'>
Without this fix gcc 4.9 (the default C compiler on Ubuntu 14.10) aborts
with the following error:

    cc1: error: unrecognised debug output level " -O0"

As far as I can tell this happens because "-g -O0" is passed as a single
argv[] entry to the C compiler.

The 'setenv' parameter in tox.ini is not shell code, it doesn't need to
be quoted (and spaces around '=' are also okay[*], so I added them, to make
it apparent this is not shell syntax).

[*] http://tox.readthedocs.org/en/latest/example/basic.html#setting-environment-variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this fix gcc 4.9 (the default C compiler on Ubuntu 14.10) aborts
with the following error:

    cc1: error: unrecognised debug output level " -O0"

As far as I can tell this happens because "-g -O0" is passed as a single
argv[] entry to the C compiler.

The 'setenv' parameter in tox.ini is not shell code, it doesn't need to
be quoted (and spaces around '=' are also okay[*], so I added them, to make
it apparent this is not shell syntax).

[*] http://tox.readthedocs.org/en/latest/example/basic.html#setting-environment-variables
</pre>
</div>
</content>
</entry>
<entry>
<title>add Py3.4 to tox config</title>
<updated>2014-09-21T19:51:00+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-21T19:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=bf6824b4e82e2c4bd5f9ed246e5a4d8dffde1543'/>
<id>bf6824b4e82e2c4bd5f9ed246e5a4d8dffde1543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>work around bug in clang's gcc frontend</title>
<updated>2014-09-21T19:50:34+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-09-21T19:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=ac96bd9d73b2d84171fc529d7367a81c1d52edd8'/>
<id>ac96bd9d73b2d84171fc529d7367a81c1d52edd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up CI builds</title>
<updated>2014-03-22T14:48:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-22T14:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=4e0b6e0b44ea24552373668e92662e6ad634de3a'/>
<id>4e0b6e0b44ea24552373668e92662e6ad634de3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unsupported Python versions from CI configurations</title>
<updated>2014-03-22T14:44:24+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2014-03-22T14:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=5b3c59507048d511da0e5967f26c46dcabb29b18'/>
<id>5b3c59507048d511da0e5967f26c46dcabb29b18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require Cython&gt;=0.20</title>
<updated>2014-01-31T11:51:30+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>saschpe@gmx.de</email>
</author>
<published>2014-01-31T11:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=5f9d4d675cbe903ebfacc3b72a67dc8754a55309'/>
<id>5f9d4d675cbe903ebfacc3b72a67dc8754a55309</id>
<content type='text'>
Older versions wont work anymore. Use pip's de-facto standard to specify
requirements ('requirements.txt') to avoid requirements getting out of
sync in various places. Use it in tox.ini and .travis.yml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older versions wont work anymore. Use pip's de-facto standard to specify
requirements ('requirements.txt') to avoid requirements getting out of
sync in various places. Use it in tox.ini and .travis.yml.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix versions of test environments and Cython in tox.ini</title>
<updated>2012-11-23T21:56:11+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-23T21:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=09b81dba00c17eba70411dfe3538d8e3d200da14'/>
<id>09b81dba00c17eba70411dfe3538d8e3d200da14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add py33 to tox.ini</title>
<updated>2012-11-23T18:27:09+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2012-11-23T18:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=42262075cff05b76342951932c94c9ea58f9a8d1'/>
<id>42262075cff05b76342951932c94c9ea58f9a8d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tox.ini for tox (http://tox.testrun.org/)</title>
<updated>2012-06-04T22:42:26+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2012-06-04T20:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-lxml.git/commit/?id=45e9e5a4af9b942d660fd3f174c2ddc3ff28ba3d'/>
<id>45e9e5a4af9b942d660fd3f174c2ddc3ff28ba3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
