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 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