summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to pbr for build managementMonty Taylor2015-07-121-112/+2
| | | | Reduce manual maintenance by using pbr.
* Fix formatting in packages section of setpy.py.Jonathan C. Otsuka2015-03-101-1/+2
|
* Make subunit 0.0.18 be a hard dependency.Robert Collins2014-08-241-1/+1
| | | | | | The v2 protocol solves key issues in concurrency and stream handling. Users that cannot use subunit v2 can run an older testrepository, or contact upstream to work through whatever issue is blocking them.
* Release 0.0.15, with minimal subunit v2 support.0.0.15Robert Collins2013-04-081-1/+1
|
* 0.0.14Robert Collins2013-02-081-4/+4
| | | | | | | | | | ++++++ IMPROVEMENTS ------------ * First cut at full Python 3 support. The 'works for me' release. (Robert Collins)
* * There is now a setuptools extension provided by ``testrespository`` making itRobert Collins2013-01-131-0/+5
|\ | | | | | | | | easy to invoke testr from setup.py driven workflows. (Monty Taylor, Robert Collins)
| * Add setuptools commands for running testr and coverage.Monty Taylor2013-01-111-0/+6
| |
* | Correct a typo in setup.py.Robert Collins2013-01-121-1/+1
| |
* | Release 0.0.9.0.0.9Robert Collins2012-12-181-0/+11
| |
* | Better keywords.Robert Collins2012-12-091-0/+1
| |
* | Release 0.0.8.0.0.8Robert Collins2012-12-071-1/+1
| |
* | * ``testr run`` will now fail a test run if the test process exits non-zero.Robert Collins2012-10-221-0/+1
|/ | | | (Robert Collins)
* Change to using distribute.Robert Collins2012-09-121-2/+15
|
* Use PKG-INFO if it's present.Jonathan Lange2010-11-241-6/+36
|
* Release 0.0.3Robert Collins2010-02-281-2/+8
|
* 0.0.2: include all commands.Robert Collins2010-01-101-1/+7
|
* Start on the init command.Robert Collins2009-12-221-0/+1
|
* Outline the UI module and it's responsibilities.Robert Collins2009-12-221-1/+4
|
* Install a testr script.Robert Collins2009-12-211-0/+1
|
* Test that setup.py works.Robert Collins2009-12-201-1/+1
|
* Base project infrastructure.Robert Collins2009-12-191-0/+36