Ver a proveniência

Travis integration (closes #33)

tags/v0.2
Ben Kurtovic há 11 anos
ascendente
cometimento
ac9b64bf60
2 ficheiros alterados com 8 adições e 0 eliminações
  1. +6
    -0
      .travis.yml
  2. +2
    -0
      README.rst

+ 6
- 0
.travis.yml Ver ficheiro

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

+ 2
- 0
README.rst Ver ficheiro

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


Carregando…
Cancelar
Guardar