decalage2 / olefile

olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.
http://www.decalage.info/olefile
Other
225 stars 76 forks source link

Test on Windows CI with AppVeyor #63

Closed hugovk closed 7 years ago

hugovk commented 7 years ago

Here's the config to run the unit tests on a Windows CI, based on .travis.yml.

Please go to https://ci.appveyor.com/projects/new to add the decalage2/olefile repo, it's free for open source.

I've added the 32-bit and 64-bit versions of the main Python versions. I've left out 2.6 and 3.2 for now, because they'll need a bit of special handling to install unittest2 and coverage<4 respectively.

See https://ci.appveyor.com/project/hugovk/olefile/build/1.0.5 for an example build.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 63.662% when pulling 5ec600687acce1e63fc251006fa23b36752da00b on hugovk:test-on-windows-ci into 40dded3c59bd086db686867a5ac441288ab787c0 on decalage2:master.

hugovk commented 7 years ago

@decelage2 Any thoughts on this? It'd be great to get this tested on Windows to make sure no surprises sneak into the dependant Pillow.

decalage2 commented 7 years ago

Thank you for the reminder, I should have merged it a long time ago.