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.

36 lines
788 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. language: python
  12. python:
  13. - "3.5"
  14. env:
  15. global:
  16. - VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  17. - WKHTMLTOPDF_VERSION="0.12.4"
  18. matrix:
  19. - LINT_CHECK="1"
  20. - MALLOC_ARENA_MAX=4 TESTS="1" ODOO_REPO="OCA/OCB"
  21. - MALLOC_ARENA_MAX=4 TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
  22. install:
  23. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  24. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  25. - travis_install_nightly
  26. script:
  27. - travis_run_tests
  28. after_success:
  29. - travis_after_tests_success