audreyfeldroy / cookiecutter-pypackage

Cookiecutter template for a Python package.
BSD 3-Clause "New" or "Revised" License
4.26k stars 1.78k forks source link

Add Appveyor Windows builds for this repo #186

Closed audreyfeldroy closed 8 years ago

audreyfeldroy commented 8 years ago

Here's an example: https://github.com/audreyr/cookiecutter/blob/master/appveyor.yml https://ci.appveyor.com/project/audreyr/cookiecutter/branch/master

audreyfeldroy commented 8 years ago

While setting this up, I discovered that one of the tests fails on Windows: https://ci.appveyor.com/project/audreyr/cookiecutter-pypackage/build/job/c97mlsydoq8ceiqp

eliasdorneles commented 8 years ago

Hm, nice catch! Yeah, we're assuming there is make command available -- not the case on Windows. :/

audreyfeldroy commented 8 years ago

Ah, I see. Just filed #208 to track it. Closing this since Appveyor's working now for this repo.