sk- / git-lint

improving source code one step at a time
Apache License 2.0
236 stars 78 forks source link

try windows support #134

Open hustlijian opened 5 years ago

hustlijian commented 5 years ago
  1. set windows cache directory
  2. splint lines
  3. use which
sk- commented 5 years ago

@hustlijian thanks for the pr. I left some comments. Something that's missing though is to configure CI to run on windows.

hustlijian commented 5 years ago

@sk- I changed some code, and got python2.7/3.4 ci passed: travis build#9 , but two pyfakefs test can not passed, Can you help with it?

hustlijian commented 5 years ago

@sk- I fixed the Travis test, and the windows travics for language 'python' is currently unsupported, should we try appveyor ?