summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 758176a..d30d5e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ addons:
16 - gir1.2-poppler-0.18 16 - gir1.2-poppler-0.18
17 - python-pdfrw 17 - python-pdfrw
18 - python-gi-cairo 18 - python-gi-cairo
19 - python-mutagen
19virtualenv: 20virtualenv:
20 system_site_packages: true 21 system_site_packages: true
21 22
@@ -25,12 +26,11 @@ install:
25 - pip install --user --upgrade setuptools 26 - pip install --user --upgrade setuptools
26 - pip install --user coveralls 27 - pip install --user coveralls
27 - pip install --user codecov 28 - pip install --user codecov
28 - pip install --user mutagen hachoir_core hachoir_parser
29 - popd 29 - popd
30 - python setup.py install 30 - python setup.py install
31 31
32script: 32script:
33 - coverage run --source=libmat --omit='*hachoir_editor*' setup.py test 33 - coverage run --source=libmat setup.py test
34 34
35after_success: 35after_success:
36 - coveralls 36 - coveralls