Merge lp://staging/~cjwatson/lazr.authentication/tox into lp://staging/lazr.authentication
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 54 |
Proposed branch: | lp://staging/~cjwatson/lazr.authentication/tox |
Merge into: | lp://staging/lazr.authentication |
Diff against target: |
669 lines (+275/-227) 15 files modified
.bzrignore (+8/-8) HACKING.rst (+1/-6) MANIFEST.in (+5/-4) _bootstrap/COPYRIGHT.txt (+0/-9) _bootstrap/LICENSE.txt (+0/-54) _bootstrap/bootstrap.py (+0/-77) buildout.cfg (+0/-47) pylint.rc (+1/-1) setup.py (+11/-7) src/lazr/authentication/docs/Makefile (+20/-0) src/lazr/authentication/docs/NEWS.rst (+5/-0) src/lazr/authentication/docs/conf.py (+170/-0) src/lazr/authentication/docs/index.rst (+5/-0) src/lazr/authentication/tests/test_docs.py (+14/-14) tox.ini (+35/-0) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.authentication/tox |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matias Bordese (community) | Approve | ||
LAZR Developers | Pending | ||
Review via email: mp+344801@code.staging.launchpad.net |
Commit message
Add tox testing support and drop buildout.
Description of the change
I was very fed up of having to deal with buildout and remember the various arcane invocations required to actually run the doctests properly.
To post a comment you must log in.
LGTM