It would be beneficial to set a the 'wikimedia' account on Appveyor (https://ci.appveyor.com/) to run builds of Pywikibot on each merge, like is done using Travis-CI for each merge.
Pywikibot now has a good array of tests that are running on Appveyor, using a Appveyor build control file configured with 10 build configurations , with an intermittent cross-platform error (T95139) that appears more frequently on Win32. A build looks like:
Most importantly this includes tests against four Python versions which are not tested by Travis-CI: 2.6.6, 2.7.0, 3.3.0 and 3.4.0
(the Travis-CI versions are pre-installed 'latest' point release for each Python version, so they cant be selected to be older releases).
How to set up the Appveyor builds is documented: https://github.com/wikimedia/pywikibot-core/tree/master/tests#appveyor-ci