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

Add support for tox (http://tox.testrun.org/) and Travis CI (http://travis-ci.org/) #1382

Closed
wants to merge 2 commits into from

Conversation

msabramo
Copy link
Contributor

@msabramo msabramo commented Jun 3, 2012

These are testing tools.

Tox is run locally and can be used on code that is not even checked in. It runs the test suite on various Python versions.

Travis CI is a hosted CI system that can run tests whenever new commits are pushed to the GitHub repo.

You can see the Travis CI status for my fork at http://travis-ci.org/#!/msabramo/pandas -- it's failing at the moment -- it probably needs some tweaks as I am completely new to pandas and I'm probably not building it correctly.

@wesm
Copy link
Member

wesm commented Jun 4, 2012

This is cool. Would have to look closer to see why your builds are failing-- I have a local Jenkins that tests/builds on Windows and things are looking good right now

@wesm wesm closed this Jun 4, 2012
@msabramo msabramo mentioned this pull request Jun 6, 2012
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

Successfully merging this pull request may close these issues.

2 participants