I should this weekend but it looks like you're on the right track so far.
Looking at tox's config it shouldn't have issues picking up the environment
being added in appveyor.yaml because passenv = * currently. If this works
out then we can hopefully avoid the need for a plugin and just rely
direct
On Wed, Jul 20, 2016 at 6:25 PM, Oliver Palmer
wrote:
> If you or someone else ends up working on this I can attest that his setup
> works well and will build C-extensions. I've been using his script
> extensively on pywincffi for Python 2.6+ and Python 3.3+ so far without
> issues. For referen
If you or someone else ends up working on this I can attest that his setup
works well and will build C-extensions. I've been using his script
extensively on pywincffi for Python 2.6+ and Python 3.3+ so far without
issues. For reference, here's my yaml file:
https://github.com/opalmer/pywincf
The Appveyor setup with Python 2.7 currently does not build any C
extensions.
This means that IOCP reactor is not currently built and none of the IOCP
tests are run in Appveyor. I'm not sure offhand what the fix is,
but I notice that quite a few Python projects import this script from
Olivier Gris