From 9a7c1e77189e89ebf6d0b24269af71d8b290e6c6 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Mon, 30 Jul 2018 19:19:18 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d85708..9c54813 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "3.6" + - "3.5" notifications: email: false @@ -10,11 +10,12 @@ sudo: false cache: pip addons: - postgresql: "9.3" apt: packages: - expect-dev - - python-lxml + - python3-lxml + - python3-simplejson + - python3-serial env: global: @@ -24,16 +25,10 @@ env: - TESTS="1" ODOO_REPO="odoo/odoo" before_install: - - sudo apt-get install -y unoconv - - "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH" - - "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi" - - "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi" - - "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi" - - "phantomjs --version" + - sudo apt-get install -y unoconv libav-tools ghostscript imagemagick + - pip install moviepy Wand unoconv lxml simplejson serial install: - - pip install cachetools - - pip install pdfconv - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly