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.

39 lines
978 B

  1. sudo: false
  2. cache: pip
  3. addons:
  4. apt:
  5. packages:
  6. - expect-dev # provides unbuffer utility
  7. - python-lxml # because pip installation is slow
  8. - pdftk
  9. postgresql: "9.3"
  10. language: python
  11. python:
  12. - "3.5"
  13. env:
  14. global:
  15. - VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  16. - TRANSIFEX_USER='transbot@odoo-community.org'
  17. - secure: NUsXwVrMntcqge1ozKW+DSkP7dq+Rla6JVvFF2c89/g+zJaIqQRi8EQBLoqNwCdMk+rjpQeZt/JPELjH+EzPcmGddhDxOgVB3nUT9LvFXGCHF+NjmHXqyba4tuc7BnpG1WDD+rSlxVCt1aIjNIhhaZ4ic0rCWpKNYu/yFTsmChc=
  18. matrix:
  19. - LINT_CHECK="1"
  20. - TRANSIFEX="1"
  21. - TESTS="1" ODOO_REPO="OCA/OCB"
  22. - TESTS="1" ODOO_REPO="odoo/odoo"
  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. - export WKHTMLTOPDF_VERSION=0.12.4
  27. - travis_install_nightly
  28. script:
  29. - travis_run_tests
  30. after_success:
  31. - travis_after_tests_success