<div dir="ltr">Also, you might find this interesting: <a href="http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html">http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html</a>.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 21, 2014 at 5:16 PM, Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com" target="_blank">p.f.moore@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 21 September 2014 22:47, Ryan Gonzalez <<a href="mailto:rymg19@gmail.com">rymg19@gmail.com</a>> wrote:<br>
> I'm guessing the appveyor.yml file might look like this:<br>
><br>
> install:<br>
>   - cinst python<br>
>   - cinst pip<br>
>   - pip install wheel<br>
><br>
> build: off # It's Python; no building allowed!<br>
><br>
> test_script:<br>
>   - py.test # or whatever to run tests<br>
><br>
> deploy_script:<br>
>   - python setup.py sdist bdist_wheel upload<br>
<br>
</span>The one I'm working from (cookiecutter) is more complex - essentially<br>
because it manually installs Python etc. I'd not seen cinst before,<br>
but from a quick search I see that's chocolatey. So yes, something<br>
like that. Can you specify which version of Python cinst installs?<br>
You'd actually want to make sure you had all the versions of Python<br>
you supported installed.<br>
<br>
Also, you probably couldn't do the upload in deploy_script unless you<br>
were willing to store your credentials in AppVeyor.<br>
<br>
But essentially, it's not hard to set up, AFAICT.<br>
<span class="HOEnZb"><font color="#888888">Paul<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Ryan<div><div>If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-terminated."</div></div>Personal reality distortion fields are immune to contradictory evidence. - srean<div>Check out my website: <a href="http://kirbyfan64.github.io/" target="_blank">http://kirbyfan64.github.io/</a></div></div>
</div>