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.

43 lines
1.1 KiB

  1. language: python
  2. sudo: false
  3. cache: pip
  4. python:
  5. - "2.7"
  6. addons:
  7. apt:
  8. packages:
  9. - expect-dev # provides unbuffer utility
  10. - python-lxml # because pip installation is slow
  11. - python-simplejson
  12. - python-serial
  13. - python-yaml
  14. - python-pypdf # repo specific
  15. env:
  16. global:
  17. - VERSION="7.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  18. - TRANSIFEX_USER='transbot@odoo-community.org'
  19. - secure: NUsXwVrMntcqge1ozKW+DSkP7dq+Rla6JVvFF2c89/g+zJaIqQRi8EQBLoqNwCdMk+rjpQeZt/JPELjH+EzPcmGddhDxOgVB3nUT9LvFXGCHF+NjmHXqyba4tuc7BnpG1WDD+rSlxVCt1aIjNIhhaZ4ic0rCWpKNYu/yFTsmChc=
  20. matrix:
  21. - LINT_CHECK="1"
  22. - TESTS="1" ODOO_REPO="odoo/odoo"
  23. - TESTS="1" ODOO_REPO="OCA/OCB"
  24. - TRANSIFEX="1"
  25. virtualenv:
  26. system_site_packages: true
  27. install:
  28. - pip install PyPDF2 fdfgen
  29. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  30. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  31. - travis_install_nightly
  32. script:
  33. - travis_run_tests
  34. after_success:
  35. - travis_after_tests_success