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