Kerrim Abd El-Hamed
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
4 deletions
-
.travis.yml
|
@ -1,4 +1,7 @@ |
|
|
language: generic |
|
|
|
|
|
|
|
|
language: python |
|
|
|
|
|
|
|
|
|
|
|
python: |
|
|
|
|
|
- "3.6" |
|
|
|
|
|
|
|
|
notifications: |
|
|
notifications: |
|
|
email: false |
|
|
email: false |
|
@ -9,7 +12,6 @@ cache: pip |
|
|
addons: |
|
|
addons: |
|
|
apt: |
|
|
apt: |
|
|
packages: |
|
|
packages: |
|
|
- python3.6 |
|
|
|
|
|
- expect-dev |
|
|
- expect-dev |
|
|
- python3-lxml |
|
|
- python3-lxml |
|
|
- python3-simplejson |
|
|
- python3-simplejson |
|
@ -23,8 +25,8 @@ env: |
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
|
|
|
|
|
|
before_install: |
|
|
before_install: |
|
|
- sudo apt-get install -y unoconv libav-tools ghostscript imagemagick |
|
|
|
|
|
- pip3 install moviepy Wand |
|
|
|
|
|
|
|
|
- sudo apt-get install -y libav-tools ghostscript imagemagick |
|
|
|
|
|
- pip install moviepy Wand unoconv lxml simplejson serial |
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|