10 lines
141 B
INI
10 lines
141 B
INI
|
|
[tox]
|
||
|
|
envlist = pypy3,py36,py37,py38,py39,py310
|
||
|
|
|
||
|
|
[testenv]
|
||
|
|
deps =
|
||
|
|
Cython
|
||
|
|
commands =
|
||
|
|
python setup.py test
|
||
|
|
passenv = PYYAML_TEST_GROUP
|