Closed jamadden closed 8 years ago
Travis hooks will need to be enabled for this repo to see the results.
@jamadden I just added the Travis integration, but didn't want to duplicate your .travis.yml
etc. Can you re-push a trivial change (even just $ git commit --amend && git push -f origin testing
would do) to exercise it?
Thanks. Building now; I expect to need to tweak the travis config a few times.
Welp, as a matter of fact, all four builds went green and ran all (both!) tests on the first try.
FWIW, with those two tests the coverage looks like this:
Name Stmts Miss Cover
----------------------------------------------------------------------------------------------
repoze/__init__.py 1 0 100%
repoze/sphinx/__init__.py 1 0 100%
repoze/sphinx/autointerface.py 76 13 83%
If I get some time I can add a .coveragerc and see what it takes to bring that number up in a different PR.
@jamadden Thanks, looks good.
This borrows some code from the sphinx test suite (which they do not distribute.)
Add tox and travis support.
Remove support for Sphinx < 1.0.
Remove helper unicode function since we dont run on 2.6 on 3.2 anymore.