<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/tox.ini, branch 0.9.12</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Attempt to fix test result publishing on Azure Pipelines</title>
<updated>2018-10-24T14:20:10+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-10-24T14:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=2c26b785dbc15a735dfb3f18dc4d149690d95aff'/>
<id>2c26b785dbc15a735dfb3f18dc4d149690d95aff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix redundant environments in tox.ini</title>
<updated>2018-10-23T14:59:57+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-10-23T14:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d5e06a16e0d5af94cd296780bf62f7a0d4340d0f'/>
<id>d5e06a16e0d5af94cd296780bf62f7a0d4340d0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Experimenting with simplifying tox.ini further</title>
<updated>2018-09-07T02:59:07+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-09-07T02:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=3b10220fa273ccec9097c2bda04da2aaf0c8ba83'/>
<id>3b10220fa273ccec9097c2bda04da2aaf0c8ba83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce redundant definition of dependencies</title>
<updated>2018-09-05T07:28:37+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-09-05T07:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=274cc113e3f36f6c083c5ed7bb8cb6dca58a9dc4'/>
<id>274cc113e3f36f6c083c5ed7bb8cb6dca58a9dc4</id>
<content type='text'>
Modified setup.py to include a definition of the extra dependencies required for running unit tests.
This allowed a significant simplification of tox.ini
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified setup.py to include a definition of the extra dependencies required for running unit tests.
This allowed a significant simplification of tox.ini
</pre>
</div>
</content>
</entry>
<entry>
<title>Unrestrict Sphinx version since they fixed their bug</title>
<updated>2018-09-05T06:57:56+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-09-05T06:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1b9d593ff64a2eeb41a1265c2653ea22d8360173'/>
<id>1b9d593ff64a2eeb41a1265c2653ea22d8360173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict Sphinx version</title>
<updated>2018-08-22T02:50:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-08-22T02:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=6d74e51aeb769033f1ce8657b8570fb2e167ed8a'/>
<id>6d74e51aeb769033f1ce8657b8570fb2e167ed8a</id>
<content type='text'>
This is trying to work around a bug in Sphinx:
https://github.com/sphinx-doc/sphinx/issues/5322
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is trying to work around a bug in Sphinx:
https://github.com/sphinx-doc/sphinx/issues/5322
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify .travis.yml to do the doc build</title>
<updated>2018-07-31T06:24:00+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-31T06:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f26fde65d6761a1dda49c26097bdd13242a30f72'/>
<id>f26fde65d6761a1dda49c26097bdd13242a30f72</id>
<content type='text'>
Also:
- Have doc build treat warnings as errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Have doc build treat warnings as errors
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove docs/requirements.txt which should no longer be used</title>
<updated>2018-07-31T05:14:55+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-07-31T05:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=c1b326ba4bfd89038b9f903aabe48c760eb54058'/>
<id>c1b326ba4bfd89038b9f903aabe48c760eb54058</id>
<content type='text'>
Slowly trying to reduce the number of places we have dependencies specified. The documentation building processes for both `tox -e docs` and readthedocs.org should now use the dependencies specified in `setup.py`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Slowly trying to reduce the number of places we have dependencies specified. The documentation building processes for both `tox -e docs` and readthedocs.org should now use the dependencies specified in `setup.py`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Much better fix for #479 using tox</title>
<updated>2018-07-31T04:29:40+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2018-07-31T04:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=772e923c6f1a989d2c0caae9f391d190fe133f32'/>
<id>772e923c6f1a989d2c0caae9f391d190fe133f32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.7 to AppVeyor Windows build/test</title>
<updated>2018-07-11T23:58:36+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-11T23:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=322509957f01ee68fe00d837d118da1e50af19bb'/>
<id>322509957f01ee68fe00d837d118da1e50af19bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
