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.

26 lines
436 B

6 years ago
  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. - python: pypy
  18. env: TOXENV=pypy
  19. - python: pypy3.5
  20. env: TOXENV=pypy3
  21. install:
  22. - pip install tox
  23. script:
  24. - tox