diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..db3047a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: "3.6" +cache: pip +install: + - pip install pipenv + - pipenv install --dev --system +script: make test diff --git a/README.md b/README.md index c71be56..d1bb75c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # IPTCINFO 3 + +[![Build Status](https://travis-ci.org/crccheck/iptcinfo3.svg?branch=master)](https://travis-ci.org/crccheck/iptcinfo3) + ### Like IPTCInfo but finally compatible for Python 3 IPTCInfo: extract and modify IPTC (metadata) information on images - port of IPTCInfo.pm by Josh Carter '