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
856B

  1. language: python
  2. sudo: false
  3. cache:
  4. apt: true
  5. directories:
  6. - $HOME/.cache/pip
  7. python:
  8. - "3.5"
  9. addons:
  10. postgresql: "9.6"
  11. apt:
  12. packages:
  13. - expect-dev # provides unbuffer utility
  14. - python-lxml # because pip installation is slow
  15. - python-simplejson
  16. - python-serial
  17. - python-yaml
  18. env:
  19. global:
  20. - VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  21. - TRANSIFEX_USER='transbot@odoo-community.org'
  22. matrix:
  23. - LINT_CHECK="1"
  24. - TESTS="1" ODOO_REPO="OCA/OCB"
  25. - TESTS="1" ODOO_REPO="odoo/odoo"
  26. - TRANSIFEX="1"
  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
上海开阖软件有限公司 沪ICP备12045867号-1