aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2014-07-101-0/+1
|\
| * Add 3.4 to list of Python versions to test withDmitry Shachnev2014-06-111-0/+1
| |
* | Add Coverage (and Coveralls) support to tests.Waylan Limberg2014-07-101-0/+3
|/ | | | Looks like we need to write some more tests. Only 76% covered.
* Update .travis.ymlWaylan Limberg2014-03-241-0/+3
| | | Add install of libtidy dependancy. Forgot about that.
* Add .travis.yml fileWaylan Limberg2014-03-241-0/+10
Just uses the existing tox config as described in <http://borntyping.com/posts/tox-and-travis-ci.html>. This fixes #299. I took this route rather than @mitya57's suggestion because we get better test coverage with tox's config (more dependencies are installed) and I can't see mirroring that here when we can just reuse it.