Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better coverage config. Now at 88% coverage. | Waylan Limberg | 2014-07-11 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:waylan/Python-Markdown | Waylan Limberg | 2014-07-10 | 1 | -1/+1 |
|\ | |||||
| * | Add 3.4 to list of Python versions to test with | Dmitry Shachnev | 2014-06-11 | 1 | -1/+1 |
| | | |||||
* | | Add Coverage (and Coveralls) support to tests. | Waylan Limberg | 2014-07-10 | 1 | -1/+2 |
|/ | | | | Looks like we need to write some more tests. Only 76% covered. | ||||
* | Added PyTidyLib to tox deps and set download-cache. | Waylan Limberg | 2013-03-14 | 1 | -1/+3 |
| | |||||
* | Switched testing to tox. | Waylan Limberg | 2013-03-01 | 1 | -0/+6 |
Also scrapped fabfile.py and replaced it with a much simpler makefile. Tox does most of the stuff that was in fabfile.py anyway. Now that everything runs in all supported python versions without using 2to3, we don't need to wait for tox to support it. |