Logging handler to send logs to your OpenSearch cluster with bulk SSL. Forked from https://github.com/logzio/logzio-python-handler
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.

22 lines
348 B

  1. sudo: false
  2. language: python
  3. matrix:
  4. include:
  5. - python: 2.7
  6. env: TOXENV=flake8
  7. - python: 3.6
  8. env: TOXENV=py3flake8
  9. - python: 2.7
  10. env: TOXENV=py27
  11. - python: 3.4
  12. env: TOXENV=py34
  13. - python: 3.5
  14. env: TOXENV=py35
  15. - python: 3.6
  16. env: TOXENV=py36
  17. install:
  18. - pip install tox
  19. script:
  20. - tox