pyecharts/test.py
dongdong a109eb3749
Feat: Add GitHub actions supports (#1931)
* Update: 完善 github actions

* Update: 暂时仅支持至 python3.9
2021-11-15 15:14:03 +08:00

5 lines
163 B
Python

import os
os.system("nosetests --with-coverage --cover-package pyecharts --cover-package")
os.system("flake8 --exclude build --max-line-length 89 --ignore=F401")