mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-12-27 11:17:30 +00:00
20 lines
263 B
INI
20 lines
263 B
INI
|
[tox]
|
||
|
envlist = lint,py37,py39,tornado5
|
||
|
toxworkdir = ./build/tox
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
.[dev]
|
||
|
commands =
|
||
|
python -m unittest
|
||
|
|
||
|
[testenv:lint]
|
||
|
commands =
|
||
|
flake8 sprockets_statsd tests
|
||
|
yapf -dr sprockets_statsd tests
|
||
|
|
||
|
[testenv:tornado5]
|
||
|
deps =
|
||
|
tornado>=5,<6
|
||
|
.[dev]
|