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

TST: also test with pandas master #5

Closed
jorisvandenbossche opened this issue Jan 16, 2015 · 6 comments
Closed

TST: also test with pandas master #5

jorisvandenbossche opened this issue Jan 16, 2015 · 6 comments

Comments

@jorisvandenbossche
Copy link
Member

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.

@hayd
Copy link
Member

hayd commented Jan 17, 2015

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 hayd mentioned this issue Mar 26, 2015
@davidastephens
Copy link
Member

@hayd Looking to add the rc release to travis. Doesn't seem to work - I'm getting:

Error: No packages found in current linux-64 channels matching: pandas 0.17.0rc1*

from Travis. Is there a way to add the rc release to the travis build?
davidastephens@f9a944c

https://travis-ci.org/davidastephens/pandas-datareader/jobs/81315264

@hayd
Copy link
Member

hayd commented Sep 21, 2015

You may need to use a special channel to conda install it? I think I remember @jreback saying something like that on the ML...

@jreback
Copy link
Contributor

jreback commented Sep 21, 2015

add

conda config --add channels pandas

thrn

conda install pandas

gets the latest

u can also do

conda install pandas -c pandas

@hayd
Copy link
Member

hayd commented Sep 21, 2015

Thanks! Hopefully this builds: https://travis-ci.org/pydata/pandas-datareader/builds/81331703 #90 :)

@davidastephens
Copy link
Member

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.
https://travis-ci.org/davidastephens/pandas-datareader/jobs/81332942 #91

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

4 participants