From d199b8409dee0ce106340340b7138d5ba3944b5c Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld Date: Mon, 3 Feb 2020 12:11:50 +0100 Subject: [PATCH 1/2] Create .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..95a3334 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: python +python: 3.6 +script: pytest From 67c322b70d902d89e30345bcafb4926f580c91d7 Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld Date: Mon, 3 Feb 2020 13:01:21 +0100 Subject: [PATCH 2/2] Updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 072da6a..65e508a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Python SCALE Codec +[![Travis CI Build Status](https://api.travis-ci.org/polkascan/py-scale-codec.svg?branch=master)](https://travis-ci.org/polkascan/py-scale-codec) +[![Latest Version](https://img.shields.io/pypi/v/scalecodec.svg)](https://pypi.org/project/scalecodec/) +[![Supported Python versions](https://img.shields.io/pypi/pyversions/scalecodec.svg)](https://pypi.org/project/scalecodec/) +[![License](https://img.shields.io/pypi/l/scalecodec.svg)](https://github.com/polkascan/py-scale-codec/blob/master/LICENSE) + Python SCALE Codec Library ## Description