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.

23 lines
442 B

  1. [tox]
  2. minversion = 1.7.2
  3. envlist = flake8, py3flake8, py27, py33, py34, py35, py36
  4. skip_missing_interpreters = true
  5. [testenv]
  6. deps =
  7. future
  8. requests
  9. pytest
  10. pytest-cov
  11. passenv = CI TRAVIS TRAVIS_*
  12. commands = pytest --cov-report term-missing --cov logzio tests -v
  13. [testenv:flake8]
  14. basepython = python2.7
  15. deps = flake8
  16. commands = flake8 logzio
  17. [testenv:py3flake8]
  18. basepython = python3.6
  19. deps = flake8
  20. commands = flake8 logzio