diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..71b8eb6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" + - "3.3" +install: +script: python setup.py test -q diff --git a/README.rst b/README.rst index 9847c33..0be8fd5 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ mwparserfromhell ================ +[![Build Status](https://secure.travis-ci.org/earwig/mwparserfromhell.png?branch=develop)](http://travis-ci.org/earwig/mwparserfromhell) + **mwparserfromhell** (the *MediaWiki Parser from Hell*) is a Python package that provides an easy-to-use and outrageously powerful parser for MediaWiki_ wikicode. It supports Python 2 and Python 3.