Parcourir la source

Travis integration (closes #33)

tags/v0.2
Ben Kurtovic il y a 11 ans
Parent
révision
ac9b64bf60
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. +6
    -0
      .travis.yml
  2. +2
    -0
      README.rst

+ 6
- 0
.travis.yml Voir le fichier

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

+ 2
- 0
README.rst Voir le fichier

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


Chargement…
Annuler
Enregistrer