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.

39 lines
976 B

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. language: python
  2. sudo: false
  3. cache:
  4. apt: true
  5. directories:
  6. - $HOME/.cache/pip
  7. addons:
  8. postgresql: "9.5"
  9. apt:
  10. packages:
  11. - expect-dev # provides unbuffer utility
  12. - python-lxml # because pip installation is slow
  13. python:
  14. - "2.7.13"
  15. env:
  16. global:
  17. - VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  18. - TRANSIFEX_USER='transbot@odoo-community.org'
  19. - secure: "E0Y9b59yzsYaSZUG8aVdRbWHltEUBz8EIXla06YNLNsP0bsWUIWcgkVNCMhgQHBlBEGWZJ/2hcX+frDNx65IscEQrwHgfOM86AW32krRy6vKkkgQuhC04UM91dkp/bqT/bjP4Jzsn0khikBIa4mVA6ou2t1D4f3h5njhLdlAXHM="
  20. matrix:
  21. - LINT_CHECK="1"
  22. - TRANSIFEX="1"
  23. - TESTS="1" ODOO_REPO="odoo/odoo"
  24. - TESTS="1" ODOO_REPO="OCA/OCB"
  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. - travis_install_nightly
  29. script:
  30. - travis_run_tests
  31. after_success:
  32. - travis_after_tests_success