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.

46 lines
1.0 KiB

10 years ago
10 years ago
10 years ago
  1. sudo: false
  2. cache: pip
  3. addons:
  4. apt:
  5. sources:
  6. - pov-wkhtmltopdf
  7. packages:
  8. - expect-dev # provides unbuffer utility
  9. - python-lxml # because pip installation is slow
  10. - wkhtmltopdf
  11. language: python
  12. python:
  13. - "2.7"
  14. env:
  15. global:
  16. - VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  17. - TRANSIFEX_USER='transbot@odoo-community.org'
  18. - secure: MZ5W99aYtT5mntw9Aur7bZ0FFXHZYc3v2oWg9dEODeKcLWUTmQbPC/T/pcjex1MBQTIHy0GZ+M/kj7qQQilbtbMYnjt7VBcY+fY1cZskEohc7mK/c8sUNHeUYj7Ec7n7VriY0XjQVH7Ov3FkiDoUm/4um0VyhH8LpKWw0vMhqFY=
  19. matrix:
  20. - LINT_CHECK="1"
  21. - TRANSIFEX="1"
  22. - TESTS="1" ODOO_REPO="odoo/odoo"
  23. - TESTS="1" ODOO_REPO="OCA/OCB"
  24. virtualenv:
  25. system_site_packages: true
  26. before_install:
  27. - "export DISPLAY=:99.0"
  28. - "sh -e /etc/init.d/xvfb start"
  29. install:
  30. - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  31. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  32. - travis_install_nightly
  33. script:
  34. - travis_run_tests
  35. after_success:
  36. - travis_after_tests_success