mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 15:30:46 +00:00
91c9435bb6
Removed Python 2.6 & 3.3
9 lines
111 B
INI
9 lines
111 B
INI
[tox]
|
|
envlist = py27,pypy,py34,py35,py36,py37
|
|
|
|
[testenv]
|
|
deps =
|
|
Cython
|
|
commands =
|
|
python setup.py test
|