nteract / jupyter-paths

:city_sunrise: Pure JavaScript implementation of jupyter --paths --json
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

Add appveyor.yaml #12

Closed captainsafia closed 8 years ago

captainsafia commented 8 years ago

nteract ❤️s Windows.

Not sure how much we want our build matrix to cover.

Addresses #11.

captainsafia commented 8 years ago

Good to merge.

rgbkrk commented 8 years ago

It looks like if the path checking in the tests was case insensitive this would work on at least one of the environments.

rgbkrk commented 8 years ago

Not sure how much we want our build matrix to cover.

To reduce complexity here, I'd only test 64-bit Windows. If at all possible, I'd only aim for getting one to work cleanly here first.

rgbkrk commented 8 years ago

Since the casing issue is captured in #14 and the logs are pretty clear, we can assume that we'll tackle it at some point instead of letting this sit.

Thanks @captainsafia!