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.

28 lines
550 B

10 years ago
  1. language: python
  2. python:
  3. - "2.7"
  4. sudo: false
  5. cache: pip
  6. addons:
  7. apt:
  8. packages:
  9. - expect-dev # provides unbuffer utility
  10. - python-lxml # because pip installation is slow
  11. virtualenv:
  12. system_site_packages: true
  13. install:
  14. - git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
  15. - export PATH=$HOME/maintainer-quality-tools/travis:$PATH
  16. - travis_install_nightly 6.1
  17. - pip install coveralls flake8
  18. script:
  19. - travis_run_flake8
  20. - travis_run_tests 6.1
  21. after_success:
  22. coveralls