anaconda-graveyard / nb_anacondacloud

Interact with Anaconda Cloud
BSD 2-Clause "Simplified" License
5 stars 9 forks source link

Notebook 4.2 tests #20

Closed bollwyvl closed 8 years ago

bollwyvl commented 8 years ago

Fixes the install of the extension so the tests run. But they fail. But we can worry about that on the main PR.

Also, this adds git_url in meta.yml. Just for reproducible builds.

bollwyvl commented 8 years ago

Tests work on OSX. Attempting Windows. :rotating_light:

bollwyvl commented 8 years ago

Of course, now having to build notebook conda package on windows. -c javascript doesn't have win64... trying with cpcloud's old <1.0 release....

bollwyvl commented 8 years ago

Windows build is a bit special. I've gotten something building, but am hitting weird conda errors when trying to install it :(

bollwyvl commented 8 years ago

Whew, was just able to get windows nb_anacondacloud working as a user in the development environment.

Proceeding on conda build/test.

bollwyvl commented 8 years ago

@malev this builds (and the tests run!) on osx and windows!

The CI will fail, most likely... I'm really hesitant to put a built notebook 4.1+ anywhere :)

damianavila commented 8 years ago

I'm really hesitant to put a built notebook 4.1+ anywhere :)

If we put it somewhere it should be a local build under an user account, for instance malev... if we have to patch the build system to look into that channel, it is OK for me as a temporary workaround, but I would hate to have something called 4.2 or, even worst 5.x, out there, for instance, in our extension space.

damianavila commented 8 years ago

Btw, will review during the week...

bollwyvl commented 8 years ago

Rather than trying to rebase, going to re-do this with lessons learned from nbpresent.

damianavila commented 8 years ago

:tada: