mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
7 lines
83 B
INI
7 lines
83 B
INI
|
[tox]
|
||
|
envlist = py37, py38, py39, py310
|
||
|
|
||
|
[testenv]
|
||
|
deps = pytest
|
||
|
commands = pytest
|