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.

40 lines
773 B

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