Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Integration #6

Closed
scls19fr opened this issue Jun 20, 2015 · 2 comments
Closed

Continuous Integration #6

scls19fr opened this issue Jun 20, 2015 · 2 comments

Comments

@scls19fr
Copy link

Hello,

maybe you should add CI to this project. Travis-CI can help.
You might use miniconda to install Pandas on Travis.

Here is an example https://github.com/scls19fr/pandas_confusion/blob/master/.travis.yml

A much more complex .travis.yml file can be find here
https://github.com/pydata/pandas/blob/master/.travis.yml
It can show you how to define a build matrix http://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix

Kind regards

@joshuahhh
Copy link
Contributor

This is a great idea! Thanks for all the pointers.

@scls19fr
Copy link
Author

you can find below .travis.yml files for 2 others projects as example

You might use the "Anaconda/Miniconda" solution as it allows to have very recent Pandas version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants