You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
737 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. language: generic
  2. notifications:
  3. email: false
  4. sudo: false
  5. cache: pip
  6. addons:
  7. apt:
  8. packages:
  9. - python3.6
  10. - expect-dev
  11. - python3-lxml
  12. - python3-simplejson
  13. - python3-serial
  14. env:
  15. global:
  16. - VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  17. matrix:
  18. - TESTS="1" ODOO_REPO="odoo/odoo"
  19. before_install:
  20. - sudo apt-get install -y unoconv libav-tools ghostscript imagemagick
  21. - pip3 install moviepy Wand
  22. install:
  23. - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  24. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  25. - travis_install_nightly
  26. script:
  27. - travis_run_tests
  28. after_success:
  29. - travis_after_tests_success