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

avoid the conda/travis/pip/scipy mess with a simple skip #109

Merged
merged 5 commits into from
Jan 15, 2016

Conversation

wholmgren
Copy link
Member

This PR simplifies the testing configuration mess. It simply skips a couple of tests that we know will fail due to Anaconda+Python3+Linux problems. All of the tests will still run on the Python 2.7 build.

Some history... In PR #90 I reconfigured Travis to build numpy, pandas, and scipy, if necessary. That has turned out be a poor solution. The tests take forever to run and often fail because of the long time that it takes to compile scipy. I'm also in the process of creating a PR with forecasting tools (see #86), which will require more tests for optional dependencies, and that will benefit from a simplified testing configuration.

I'll merge in 24 hours unless there are objections.

@wholmgren wholmgren added this to the 0.3 milestone Jan 14, 2016
@wholmgren
Copy link
Member Author

I added a platform check so that the decorated tests will only be skipped on linux systems. I confirmed that the tests still run on my mac.

wholmgren added a commit that referenced this pull request Jan 15, 2016
avoid the conda/travis/pip/scipy mess with a simple skip
@wholmgren wholmgren merged commit 4da65ee into pvlib:master Jan 15, 2016
@wholmgren wholmgren deleted the skip-on-py3 branch January 23, 2016 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant