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.

27 lines
517B

  1. sudo: false
  2. cache: pip
  3. language: python
  4. python:
  5. - "3.6"
  6. before_install:
  7. # For tests running git command
  8. - git config --global user.name "test"
  9. - git config --global user.email "test.test@test.com"
  10. # command to install dependencies
  11. install:
  12. - pip install -r requirements.txt
  13. - pip install -r test_requirements.txt
  14. # command to run tests
  15. script:
  16. - git --version
  17. - flake8 . --exclude=__init__.py,tests/data_*
  18. - coverage run --source odoo_module_migrate setup.py test
  19. after_success:
  20. - coveralls
上海开阖软件有限公司 沪ICP备12045867号-1