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.

44 lines
753 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. - unoconv
  12. - ghostscript
  13. - imagemagick
  14. - libav-tools
  15. - expect-dev
  16. - python-lxml
  17. - python-simplejson
  18. - python-serial
  19. env:
  20. global:
  21. - VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  22. matrix:
  23. - TESTS="1" ODOO_REPO="odoo/odoo"
  24. before_install:
  25. - pip install moviepy
  26. - pip install Wand
  27. install:
  28. - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  29. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  30. - travis_install_nightly
  31. script:
  32. - travis_run_tests
  33. after_success:
  34. - travis_after_tests_success