mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-12-05 01:36:42 +00:00
b6cbfeec35
Add Python 3.7 classifier
9 lines
121 B
INI
9 lines
121 B
INI
[tox]
|
|
envlist = py26,py27,pypy,py33,py34,py35,py36,py37
|
|
|
|
[testenv]
|
|
deps =
|
|
Cython
|
|
commands =
|
|
python setup.py test
|