pytoolz / cytoolz

Cython implementation of Toolz: High performance functional utilities
Other
1.01k stars 69 forks source link

Set up continuous integration testing #7

Closed eriknw closed 10 years ago

eriknw commented 10 years ago

...preferably with TravisCI.

Build matrix should include building with (.pyx) and without (.c) Cython. This is related to #4. What about Cython versions (I use bleeding edge Cython btw)?

A lot of project use Cython...

astropy, blaze, chaco, cymunk, fatiando, glue, kivy, mpi4py, numpy, pandas, PyOP2, pystruct, scikit-fuzzy, scikit-image, scikit-learn, scipy, statsmodels, uncertainties, and others listed at https://github.com/cython/cython/wiki/projects

...and several of them also use CI. This is not unexplored territory, but we still need to figure out a solution for us.

eriknw commented 10 years ago

I think we have a good enough handle on this with #13 and #14. Any additional functionality ought to come via request or demonstrated need. There is no need to test various Cython versions, because default installation from PyPI will be from *.c files that are known to work.

Closing.