Skip to content

Commit

Permalink
add Travis ci integration (#3)
Browse files Browse the repository at this point in the history
* add initial travis.yml

* add badge

* cache deps
  • Loading branch information
crccheck authored Feb 2, 2018
1 parent 0427e3a commit 0aab6ce
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python: "3.6"
cache: pip
install:
- pip install pipenv
- pipenv install --dev --system
script: make test
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>'

0 comments on commit 0aab6ce

Please sign in to comment.