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.

40 lines
820 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. language: python
  2. sudo: false
  3. cache:
  4. apt: true
  5. directories:
  6. - $HOME/.cache/pip
  7. python:
  8. - "2.7"
  9. addons:
  10. postgresql: "9.6"
  11. apt:
  12. packages:
  13. - expect-dev # provides unbuffer utility
  14. env:
  15. global:
  16. - VERSION="8.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  17. - WKHTMLTOPDF_VERSION="0.12.5"
  18. matrix:
  19. - LINT_CHECK="1"
  20. - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
  21. - TESTS="1" ODOO_REPO="OCA/OCB"
  22. virtualenv:
  23. system_site_packages: true
  24. install:
  25. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  26. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  27. - travis_install_nightly
  28. - printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc
  29. script:
  30. - travis_run_tests
  31. after_success:
  32. - travis_after_tests_success