mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-14 19:29:30 +00:00
5a52437857
This makes running in parallel work properly.
19 lines
276 B
INI
19 lines
276 B
INI
[tox]
|
|
envlist = lint,py37,py38,py39,tornado5
|
|
toxworkdir = ./build/tox
|
|
|
|
[testenv]
|
|
deps =
|
|
.[dev,tornado]
|
|
commands =
|
|
python -m unittest
|
|
|
|
[testenv:lint]
|
|
commands =
|
|
flake8 sprockets_statsd tests
|
|
yapf -dr sprockets_statsd tests
|
|
|
|
[testenv:tornado5]
|
|
deps =
|
|
tornado>=5,<6
|
|
.[dev]
|