From e4b9c5164242ddbfdd8db37cfc7c169db4f82a0a Mon Sep 17 00:00:00 2001 From: kennytm Date: Sat, 18 Feb 2017 23:55:35 +0800 Subject: [PATCH] Enable Travis CI --- .travis.yml | 14 ++++++++++++++ README.md | 1 + 2 files changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..942e8b3 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 1c17d10..073a5d9 100644 --- a/README.md +++ b/README.md @@ -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