Browse Source

Update .travis.yml

pull/6/head
Kerrim Abd El-Hamed 6 years ago
committed by GitHub
parent
commit
dc7d6f2f59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .travis.yml

10
.travis.yml

@ -1,4 +1,7 @@
language: generic
language: python
python:
- "3.6"
notifications:
email: false
@ -9,7 +12,6 @@ cache: pip
addons:
apt:
packages:
- python3.6
- expect-dev
- python3-lxml
- python3-simplejson
@ -23,8 +25,8 @@ env:
- TESTS="1" ODOO_REPO="odoo/odoo"
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:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools

Loading…
Cancel
Save