[Python-modules-commits] [python-exif] 11/19: trying travis

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 22:18:38 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 29ec206b68417ade99a71cbe8e26e574e932b8af
Author: ianaré sévi <ianare at gmail.com>
Date:   Sat Dec 28 21:10:23 2013 +0100

    trying travis
---
 .gitignore  | 18 +++++++++++-------
 .travis.yml | 14 ++++++++++++++
 2 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 51581d4..6ad78ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,16 @@
 # OS
 .directory
 
+# Images
+*.jpg
+*.jpeg
+*.tif
+*.tiff
+
+# Archives
+*.gz
+*.zip
+
 # Packages
 *.egg
 *.egg-info
@@ -30,14 +40,8 @@ pip-log.txt
 # Mr Developer
 .mr.developer.cfg
 
-# Images
-*.jpg
-*.jpeg
-*.tif
-*.tiff
-
 # PyCharm
-/.idea
+.idea
 
 # Eclipse
 .project
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4692bb8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: python
+python:
+#  - "2.6"
+  - "2.7"
+#  - "3.2"
+#  - "3.3"
+install:
+  - "pip install ."
+# get the test images
+before_script:
+  - "wget https://github.com/ianare/exif-samples/archive/master.tar.gz"
+  - "tar -xzf master.tar.gz"
+script:
+  - "find exif-samples-master -name *.tiff -o -name *.jpg | xargs EXIF.py"

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