mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 07:20:31 +00:00
3b30a99471
Signed-off-by: xuyong <xuyong59@huawei.com>
10 lines
144 B
INI
10 lines
144 B
INI
[tox]
|
|
envlist = py27,pypy,py35,py36,py37,py38,py39
|
|
|
|
[testenv]
|
|
deps =
|
|
Cython
|
|
commands =
|
|
python setup.py test
|
|
passenv = PYYAML_TEST_GROUP
|