[Python-modules-commits] [python-exif] 15/19: add more python versions to Travis tests
Wolfgang Borgert
debacle at moszumanska.debian.org
Mon Oct 6 22:18:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to reference refs/remotes/upstream/develop
in repository python-exif.
commit e5d806dd1c867b13e1bfb1a0592a05cc8ec4107e
Author: ianaré sévi <ianare at gmail.com>
Date: Mon Jan 13 22:56:26 2014 +0100
add more python versions to Travis tests
---
.gitignore | 1 +
.travis.yml | 6 +++---
README.rst | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6ad78ed..c774f86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
.tox
+exif-samples*
# Translations
*.mo
diff --git a/.travis.yml b/.travis.yml
index 4692bb8..9316ff3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: python
python:
-# - "2.6"
+ - "2.6"
- "2.7"
-# - "3.2"
-# - "3.3"
+ - "3.2"
+ - "3.3"
install:
- "pip install ."
# get the test images
diff --git a/README.rst b/README.rst
index c3f23ac..525d9b2 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ EXIF.py
:target: https://crate.io/packages/ExifRead
.. image:: https://pypip.in/d/ExifRead/badge.png
:target: https://crate.io/packages/ExifRead
-.. image:: https://travis-ci.org/ianare/exif-py.png?branch=develop
+.. image:: https://travis-ci.org/ianare/exif-py.png
:target: https://travis-ci.org/ianare/exif-py
Python library to extract EXIF data from tiff and jpeg files.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-exif.git
More information about the Python-modules-commits
mailing list