1[tox] 2envlist = pypy3,py36,py37,py38,py39,py310 3 4[testenv] 5deps = 6 Cython 7commands = 8 python setup.py test 9passenv = PYYAML_TEST_GROUP 10