From 58117db30c2a97cffc4df443cc75399ce05bf109 Mon Sep 17 00:00:00 2001 From: Taleb Zeghmi Date: Tue, 22 Oct 2019 15:34:09 -0700 Subject: [PATCH 1/2] Travis CI and Coveralls integration --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a65880f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +sudo: false +language: python +python: + - "3.6" +install: + - pip install coveralls +script: "./uranium test" +after_success: + coveralls \ No newline at end of file From 53cc922a8e486c9113842b2a13087ddebf654534 Mon Sep 17 00:00:00 2001 From: Taleb Zeghmi Date: Tue, 22 Oct 2019 15:47:47 -0700 Subject: [PATCH 2/2] Travis CI & Coveralls integration & Badges --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 7fa6ee9..c130e50 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,13 @@ +.. image:: https://travis-ci.org/zillow/intake-nested-yaml-catalog.svg?branch=master + :target: https://travis-ci.org/zillow/intake-nested-yaml-catalog + +.. image:: https://coveralls.io/repos/github/zillow/intake-nested-yaml-catalog/badge.svg?branch=master + :target: https://coveralls.io/github/zillow/intake-nested-yaml-catalog?branch=master + +.. image:: https://readthedocs.org/projects/intake-nested-yaml-catalog/badge/?version=latest + :target: https://intake-nested-yaml-catalog.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + Welcome to Intake plugin for nested YAML catalogs ==================================================