소스 검색

Travis integration (closes #33)

tags/v0.2
Ben Kurtovic 11 년 전
부모
커밋
ac9b64bf60
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      .travis.yml
  2. +2
    -0
      README.rst

+ 6
- 0
.travis.yml 파일 보기

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

+ 2
- 0
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.


불러오는 중...
취소
저장