Browse Source

Update .travis.yml

pull/6/head
Mathias Markl 6 years ago
committed by GitHub
parent
commit
5d0f230d05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml

5
.travis.yml

@ -1,7 +1,7 @@
language: python
python:
- "3.5"
- "3.5_with_system_site_packages"
notifications:
email: false
@ -24,9 +24,6 @@ env:
matrix:
- TESTS="1" ODOO_REPO="odoo/odoo"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -y unoconv libav-tools ghostscript imagemagick
- pip3 install moviepy Wand

Loading…
Cancel
Save