OCA reporting engine fork for dev and update.
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.

37 lines
805 B

  1. sudo: false
  2. cache: pip
  3. addons:
  4. postgresql: "9.6"
  5. apt:
  6. packages:
  7. - expect-dev # provides unbuffer utility
  8. - python-lxml # because pip installation is slow
  9. - pdftk
  10. - libreoffice
  11. - graphviz
  12. language: python
  13. python:
  14. - "3.5"
  15. env:
  16. global:
  17. - VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  18. - WKHTMLTOPDF_VERSION="0.12.4"
  19. matrix:
  20. - LINT_CHECK="1"
  21. - MALLOC_ARENA_MAX=4 TESTS="1" ODOO_REPO="OCA/OCB"
  22. - MALLOC_ARENA_MAX=4 TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
  23. install:
  24. - git clone --depth=1 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