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.

45 lines
849 B

  1. language: python
  2. cache:
  3. directories:
  4. - $HOME/.cache/pip
  5. - $HOME/.cache/pre-commit
  6. python:
  7. - "3.6"
  8. addons:
  9. postgresql: "9.6"
  10. apt:
  11. packages:
  12. - expect-dev # provides unbuffer utility
  13. - graphviz
  14. - libreoffice
  15. stages:
  16. - test
  17. jobs:
  18. include:
  19. - stage: test
  20. env:
  21. - TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
  22. - stage: test
  23. env:
  24. - TESTS=1 ODOO_REPO="OCA/OCB"
  25. env:
  26. global:
  27. - VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  28. - MQT_DEP=PIP
  29. install:
  30. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
  31. ${HOME}/maintainer-quality-tools
  32. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  33. - export WKHTMLTOPDF_VERSION=0.12.5
  34. - travis_install_nightly
  35. script:
  36. - travis_run_tests
  37. after_success:
  38. - travis_after_tests_success