6 lines
63 B
INI
6 lines
63 B
INI
|
[tox]
|
||
|
envlist = py39
|
||
|
|
||
|
[testenv]
|
||
|
deps = pytest
|
||
|
commands = pytest
|