File: tox.ini

package info (click to toggle)
python-fluent-logger 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: python: 1,804; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
minversion = 1.7.2
envlist = py27, py32, py33, py34, py35, py36, py37, py38
skip_missing_interpreters = True

[testenv]
deps =
    pytest
    pytest-cov
    msgpack
commands = pytest --cov=fluent