pyyaml/tox.ini
2021-09-22 15:52:05 +02:00

9 lines
134 B
INI

[tox]
envlist = pypy,py36,py37,py38,py39
[testenv]
deps =
Cython
commands =
python setup.py test
passenv = PYYAML_TEST_GROUP