Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ matrix_common = py.typed


[options.extras_require]
dev =
# for tests
test =
tox
twisted
aiounittest
dev =
%(test)s
# for type checking
mypy == 0.910
# for linting
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ isolated_build = true
# creates a symlink to the project directory instead of unpacking the sdist.
usedevelop=true

extras = dev
extras = test

commands =
python -m twisted.trial tests
Expand Down