<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/pytest.ini, branch v32.0.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Add test to verify the install of Pypi top packages</title>
<updated>2016-11-03T23:11:42+00:00</updated>
<author>
<name>Thiebaud Weksteen</name>
<email>tweek@google.com</email>
</author>
<published>2016-11-03T22:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d'/>
<id>cbd6a5bedbabb4d5dfa93e1b5fa297fe3df4528d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pytest: ignore all .* directories</title>
<updated>2016-09-08T14:54:38+00:00</updated>
<author>
<name>Leonardo Rochael Almeida</name>
<email>leorochael@gmail.com</email>
</author>
<published>2016-09-08T14:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=dd0f44984d23f8953affce76fed4735a04c60803'/>
<id>dd0f44984d23f8953affce76fed4735a04c60803</id>
<content type='text'>
In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Cloud9 a .c9 directory is created. Other IDEs like to add .directories as well</pre>
</div>
</content>
</entry>
<entry>
<title>ignore .tox in pytest</title>
<updated>2016-07-28T14:41:16+00:00</updated>
<author>
<name>Min RK</name>
<email>benjaminrk@gmail.com</email>
</author>
<published>2016-07-27T09:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=10e1523a77919e0fd65098946aa1f6dcbceca087'/>
<id>10e1523a77919e0fd65098946aa1f6dcbceca087</id>
<content type='text'>
avoids errors in setup.py test if tox has been run</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids errors in setup.py test if tox has been run</pre>
</div>
</content>
</entry>
<entry>
<title>Adding preliminary support for enforcing style rules</title>
<updated>2016-07-21T11:37:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-07-21T11:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b8d3bf71fae4829eceda274ccd322a8536bf3743'/>
<id>b8d3bf71fae4829eceda274ccd322a8536bf3743</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore pavement.py</title>
<updated>2016-02-27T14:28:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-02-27T14:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=5f38188ed53f37a5a683cace20e73d6c8652518a'/>
<id>5f38188ed53f37a5a683cace20e73d6c8652518a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same technique in pkg_resources, relying on an 'extern' module to resolve the conditional import.</title>
<updated>2015-12-31T21:47:55+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-31T21:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9b985a9112d9be396adca6a1948076378c70cc34'/>
<id>9b985a9112d9be396adca6a1948076378c70cc34</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Modeling after Astropy's technique for bundling libraries, the imports are now much cleaner. Thanks @embray. Ref #229.</title>
<updated>2015-12-31T21:30:47+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-12-31T21:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=952c1bafda1929c74c737646aa025e6ffad6632e'/>
<id>952c1bafda1929c74c737646aa025e6ffad6632e</id>
<content type='text'>
--HG--
branch : feature/issue-229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : feature/issue-229
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress testing of upload-releases-as-zip script</title>
<updated>2015-11-24T16:58:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-11-24T16:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=f34cf8e9242d2b4c25b5a511f9f74fbffcb17c4f'/>
<id>f34cf8e9242d2b4c25b5a511f9f74fbffcb17c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move pytest config to pytest.ini (as it conflicts with the pytest-runner pytest command).</title>
<updated>2015-02-25T13:54:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2015-02-25T13:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=eaeaf36088bccfcb35e798dcfa4ad187ef05f2f5'/>
<id>eaeaf36088bccfcb35e798dcfa4ad187ef05f2f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
