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.

41 lines
805 B

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