yufeiminds / echarts-python

Deprecated. Use PyEcharts instead. https://github.com/pyecharts/pyecharts
417 stars 167 forks source link

Complete the test cases and CI. #2

Closed yufeiminds closed 8 years ago

yufeiminds commented 8 years ago

Hi, lepture

In my junior year,I had used echarts-python to provide the backend APIs in my personal project. I like it. Could you please publish it onto the pypi?

PS: This project had stopped to maintained before 2 years, and I want to continue develop it, let it support most features of echarts 3. Can I continue developing this repo?

Thanks, Yufei Li


This commit includes:

  1. Write test cases and improve coverage to 100%.
  2. Create MANIFEST.in for packaging.
  3. Run Tox testing for python 2.6, 2.7, 3.3, 3.4, 3.5.
  4. Add .travis.yml file for CI testing.
  5. Add editor swap file to .gitignore.