Enable Travis CI

This commit is contained in:
kennytm 2017-02-18 23:55:35 +08:00
parent 8e98db48c4
commit e4b9c51642
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
2 changed files with 15 additions and 0 deletions

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
sudo: false
language: python
python:
- "3.2"
- "3.6"
#- "pypy3"
# disabling PyPy3 until https://github.com/travis-ci/travis-ci/issues/6277 is solved.
install:
- pip3 install -r requirements.txt
script:
- python3 -m unittest test.py

View file

@ -2,6 +2,7 @@ ods2md
======
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/kennytm/ods2md.svg?branch=master)](https://travis-ci.org/kennytm/ods2md)
Convert LibreOffice Calc Spreadsheets (*.ods) into Markdown tables