mirror of
https://github.com/django/daphne.git
synced 2024-11-13 03:26:33 +03:00
5e709795b4
* 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
9 lines
115 B
INI
9 lines
115 B
INI
[tox]
|
|
envlist =
|
|
py{37,38,39,310}
|
|
[testenv]
|
|
usedevelop = true
|
|
extras = tests
|
|
commands =
|
|
pytest -v {posargs}
|