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.

44 lines
829 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. stages:
  15. - test
  16. jobs:
  17. include:
  18. - stage: test
  19. env:
  20. - TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
  21. - stage: test
  22. env:
  23. - TESTS=1 ODOO_REPO="OCA/OCB"
  24. env:
  25. global:
  26. - VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  27. - MQT_DEP=PIP
  28. install:
  29. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
  30. ${HOME}/maintainer-quality-tools
  31. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  32. - export WKHTMLTOPDF_VERSION=0.12.5
  33. - travis_install_nightly
  34. script:
  35. - travis_run_tests
  36. after_success:
  37. - travis_after_tests_success