Mathias Markl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
.travis.yml
|
@ -1,7 +1,7 @@ |
|
|
language: python |
|
|
language: python |
|
|
|
|
|
|
|
|
python: |
|
|
python: |
|
|
- "3.5" |
|
|
|
|
|
|
|
|
- "3.5_with_system_site_packages" |
|
|
|
|
|
|
|
|
notifications: |
|
|
notifications: |
|
|
email: false |
|
|
email: false |
|
@ -24,9 +24,6 @@ env: |
|
|
matrix: |
|
|
matrix: |
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
|
|
|
|
|
|
virtualenv: |
|
|
|
|
|
system_site_packages: true |
|
|
|
|
|
|
|
|
|
|
|
before_install: |
|
|
before_install: |
|
|
- sudo apt-get install -y unoconv libav-tools ghostscript imagemagick |
|
|
- sudo apt-get install -y unoconv libav-tools ghostscript imagemagick |
|
|
- pip3 install moviepy Wand |
|
|
- pip3 install moviepy Wand |
|
|