daphne/tox.ini
Carlton Gibson 5e709795b4
Updated supported Python and dependency versions. (#417)
* Updated Python support and dependencies.
* Updated Python support in README.
* Removed PY36 from GHA workflow.
* Remove pre-commit workflow. Fixes #397
* Updated Black in pre-commit to 22.3.0.
* Update all pre-commit hooks.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
2022-05-23 15:34:29 +02:00

9 lines
115 B
INI

[tox]
envlist =
py{37,38,39,310}
[testenv]
usedevelop = true
extras = tests
commands =
pytest -v {posargs}