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.

41 lines
1.0 KiB

  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. - libreoffice
  10. language: python
  11. python:
  12. - "2.7"
  13. env:
  14. global:
  15. - VERSION="10.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="odoo/odoo"
  22. - TESTS="1" ODOO_REPO="OCA/OCB"
  23. virtualenv:
  24. system_site_packages: true
  25. install:
  26. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  27. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  28. - export WKHTMLTOPDF_VERSION=0.12.4
  29. - travis_install_nightly
  30. script:
  31. - travis_run_tests
  32. after_success:
  33. - travis_after_tests_success