mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
5 lines
165 B
Python
5 lines
165 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")
|