TkinterEP / ttkthemes

A group of themes for the ttk extenstions for Tkinter
GNU General Public License v3.0
364 stars 47 forks source link

Merge appveyor into master to fix AppVeyor CI #49

Closed RedFantom closed 5 years ago

RedFantom commented 5 years ago

Package installation on AppVeyor fails due to some unknown error. It is not a configuration error, it is an error that was brought on through some update of the AppVeyor CI images or Python distribution.

This commit disables wheel building on Windows. This means that wheels for Windows will not be available for future releases until the root cause of the issue has been fixed or a workaround has been created that does allow for wheels to be built.