瀏覽代碼

Test coveralls.

tags/v0.4
Ben Kurtovic 10 年之前
父節點
當前提交
25e7e7da70
共有 1 個檔案被更改,包括 12 行新增7 行删除
  1. +12
    -7
      .travis.yml

+ 12
- 7
.travis.yml 查看文件

@@ -1,9 +1,14 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: python setup.py build
script: python setup.py -q test
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
install:
- pip install coveralls
- python setup.py build
script:
- coverage run --source=mwparserfromhell setup.py -q test
after_success:
- coveralls

Loading…
取消
儲存