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.

42 lines
1.0 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. env:
  15. global:
  16. - VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  17. - TRANSIFEX_USER='transbot@odoo-community.org'
  18. - WKHTMLTOPDF_VERSION="0.12.4"
  19. - secure: ArnbVaF5+ry6zVysZ7HA9xcnQrodo8FsXXcon9yINTYRfDC9QEr+/mTLAPRl+lVLdtWV2GuGuX0vPYzBxFWpY3LR0BpKqXzx0G51s94zR2WWEmizYFzFhpAuIxoU4CYNckHFSUaPAQJhwB/pYx9+H/W6bMjG/VnZBq+AmBJ2Kh0=
  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. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  29. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  30. - travis_install_nightly
  31. script:
  32. - travis_run_tests
  33. after_success:
  34. - travis_after_tests_success