-
Notifications
You must be signed in to change notification settings - Fork 683
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
TST: also test with pandas master #5
Comments
I actually don't think this is too important, IMO this package is going to be pretty stable (and so not built enough for that to be a useful barometer/alarm). I think a better strategy will be to check that it's passing with latest pandas at rc time (when we can just add the rc release to travis). If the pandas devs build a package which gets completely broken on pandas updates what hope does the rest of the world have?? :p |
@hayd Looking to add the rc release to travis. Doesn't seem to work - I'm getting:
from Travis. Is there a way to add the rc release to the travis build? https://travis-ci.org/davidastephens/pandas-datareader/jobs/81315264 |
You may need to use a special channel to conda install it? I think I remember @jreback saying something like that on the ML... |
add conda config --add channels pandas thrn conda install pandas gets the latest u can also do conda install pandas -c pandas |
Thanks! Hopefully this builds: https://travis-ci.org/pydata/pandas-datareader/builds/81331703 #90 :) |
Got it to work. Had to add a "v" in front of the version. Had to make one change to make it build: adding the stack level on the Option deprecation warning. |
There is now already a broad test range of pandas versions (0.10-0.15), but ideally, there should also be a test against pandas master.
The text was updated successfully, but these errors were encountered: