<div dir="ltr">The following python appveyor examples might be useful:<div><br></div><div>- <a href="https://github.com/rmcgibbo/python-appveyor-conda-example">https://github.com/rmcgibbo/python-appveyor-conda-example</a><br></div><div>- <a href="https://github.com/ogrisel/python-appveyor-demo">https://github.com/ogrisel/python-appveyor-demo</a></div><div><br></div><div>-Robert</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 21, 2014 at 3:50 PM, Ryan Gonzalez <span dir="ltr"><<a href="mailto:rymg19@gmail.com" target="_blank">rymg19@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Also, you might find this interesting: <a href="http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html" target="_blank">http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html</a>.</div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">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></span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 21 September 2014 22:47, Ryan Gonzalez <<a href="mailto:rymg19@gmail.com" target="_blank">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><font color="#888888">Paul<br>
</font></span></blockquote></span></div><br><br clear="all"><span class=""><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>
</span></div>
<br>_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/codeofconduct/</a><br></blockquote></div><br></div>