mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00
9 lines
134 B
INI
9 lines
134 B
INI
[tox]
|
|
envlist = pypy,py36,py37,py38,py39
|
|
|
|
[testenv]
|
|
deps =
|
|
Cython
|
|
commands =
|
|
python setup.py test
|
|
passenv = PYYAML_TEST_GROUP
|