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 travis CI to seaborn #26

Merged
merged 3 commits into from
Dec 10, 2013
Merged

Add travis CI to seaborn #26

merged 3 commits into from
Dec 10, 2013

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Dec 10, 2013

This now runs and claims the build is passing, but that's a bit of a lie at the moment. Two reasons:

  • ipynbdoctest exits with 0 even when cells do not replicate, so currently things that should count as failures are masked (I'm not sure what happens when cells error)

  • one cell per notebook is currently not replicating, with the following message. I cannot reproduce this on my laptop (all cells reproduce). The failure seems to happen near, but not at, the beginning of each notebook. Maybe the first plotting cell?

    mismatch output_type:
    stream
      !=  
    display_data
    

Nevertheless, merging now as it's running and at least the nosetests suite should trigger failures.

mwaskom added a commit that referenced this pull request Dec 10, 2013
@mwaskom mwaskom merged commit 064d6c8 into master Dec 10, 2013
@mwaskom mwaskom deleted the travis_foo branch December 10, 2013 04:31
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.

None yet

1 participant