From 0aab6ce2c9e0b2e43b9fb6c09e4043792f223e03 Mon Sep 17 00:00:00 2001 From: Chris Chang Date: Thu, 1 Feb 2018 22:27:37 -0600 Subject: [PATCH] add Travis ci integration (#3) * add initial travis.yml * add badge * cache deps --- .travis.yml | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .travis.yml 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 '