Skip to content

Commit 91d26ce

Browse files
committed
Change tox.ini for compatibility with tox 4
1 parent 257c6c4 commit 91d26ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
[tox]
22
envlist = py{39,311}, py39-bullseye, py311-bookworm, type, lint, coverage
3-
skipsdist = true
43
skip_missing_interpreters = true
54

65
[main]
7-
source =
8-
ircstream.py
9-
setup.py
10-
tests/
6+
source = ircstream.py setup.py tests/
117

128
[testenv]
139
usedevelop = True

0 commit comments

Comments
 (0)