File: tox.ini

package info (click to toggle)
python-statsd 4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 912; makefile: 127
file content (11 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py37,py38,py39,py310,py311,pypy3
isolated_build = True

[testenv]
deps=
    nose2
    coverage

commands=
    nose2 statsd --with-coverage