[Pkg-privacy-commits] [mat] 14/68: Add a .travis.yml file, thanks to Raphaël Vinot

Sascha Steinbiss sascha at steinbiss.name
Sun Jan 3 12:32:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository mat.

commit 355a1b4781bac74f9c5d15888a71339cd36fb188
Author: jvoisin <julien.voisin at dustri.org>
Date:   Wed Nov 25 12:05:27 2015 +0100

    Add a .travis.yml file, thanks to Raphaël Vinot
---
 .travis.yml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..fe1de87
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,28 @@
+language: python
+
+python:
+    - "2.7"
+
+virtualenv:
+    system_site_packages: true
+
+sudo: required
+
+before_install:
+    - sudo apt-get install python-distutils-extra libimage-exiftool-perl
+
+install:
+    - pushd ..
+    - pip install --user --upgrade pip
+    - pip install --user --upgrade setuptools
+    - pip install --user coveralls
+    - pip install --user codecov
+    - popd
+    - python setup.py install
+
+script:
+    - coverage run setup.py test
+
+after_success:
+    - coveralls
+    - codecov

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list