Skip to content

Commit 86e20e5

Browse files
committed
Create tox.ini
1 parent 53c623d commit 86e20e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tox]
2+
envlist = py38, py39, py310, py311
3+
4+
[testenv]
5+
deps =
6+
commands =
7+
python -m unittest discover

0 commit comments

Comments
 (0)