kynan / nbstripout

strip output from Jupyter and IPython notebooks
Other
1.21k stars 95 forks source link

Fix git diff tests by using --no-index. Fix #74 #75

Closed jluttine closed 6 years ago

jluttine commented 6 years ago

With --no-index, git diff compares two files. Otherwise, it would compare the working directory states of those files to their states in the index.

This should fix #74.

Anyway, please check that this makes sense. I'm not 100% certain I did the right thing.

jluttine commented 6 years ago

Also, if this fix works, could you make a new release with this?

kynan commented 6 years ago

Thanks, will update the Travis config to use trusty, which should fix the CI as well.