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.

46 lines
801 B

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