mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 07:20:31 +00:00
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
|