Browse Source

Travis integration (closes #33)

tags/v0.2
Ben Kurtovic 11 years ago
parent
commit
ac9b64bf60
2 changed files with 8 additions and 0 deletions
  1. +6
    -0
      .travis.yml
  2. +2
    -0
      README.rst

+ 6
- 0
.travis.yml View File

@@ -0,0 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
install:
script: python setup.py test -q

+ 2
- 0
README.rst View File

@@ -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.


Loading…
Cancel
Save