[Pkg-privacy-commits] [mat] 25/68: Improves the travis-ci configuration
Sascha Steinbiss
sascha at steinbiss.name
Sun Jan 3 12:32:40 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 aafff90ef0871a0fca56c5af1e2a2b08b78f4a98
Author: jvoisin <julien.voisin at dustri.org>
Date: Wed Nov 25 12:53:19 2015 +0100
Improves the travis-ci configuration
---
.travis.yml | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index fe1de87..9c96c5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,25 +3,30 @@ language: python
python:
- "2.7"
+addons:
+ apt:
+ packages:
+ - python-distutils-extra
+ - libimage-exiftool-perl
+ - python-gobject
+ - gir1.2-poppler-0.18
+ - python-pdfrw
+ - python-gi-cairo
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
+ - pip install --user mutagen hachoir_core hachoir_parser
- popd
- python setup.py install
script:
- - coverage run setup.py test
+ - coverage run --source=libmat --omit='*hachoir_editor*' setup.py test
after_success:
- coveralls
--
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