[Python-ideas] Putting `blist` into collections module
Ryan Gonzalez
rymg19 at gmail.com
Mon Sep 22 00:50:02 CEST 2014
Also, you might find this interesting:
http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html
.
On Sun, Sep 21, 2014 at 5:16 PM, Paul Moore <p.f.moore at gmail.com> wrote:
> On 21 September 2014 22:47, Ryan Gonzalez <rymg19 at gmail.com> wrote:
> > I'm guessing the appveyor.yml file might look like this:
> >
> > install:
> > - cinst python
> > - cinst pip
> > - pip install wheel
> >
> > build: off # It's Python; no building allowed!
> >
> > test_script:
> > - py.test # or whatever to run tests
> >
> > deploy_script:
> > - python setup.py sdist bdist_wheel upload
>
> The one I'm working from (cookiecutter) is more complex - essentially
> because it manually installs Python etc. I'd not seen cinst before,
> but from a quick search I see that's chocolatey. So yes, something
> like that. Can you specify which version of Python cinst installs?
> You'd actually want to make sure you had all the versions of Python
> you supported installed.
>
> Also, you probably couldn't do the upload in deploy_script unless you
> were willing to store your credentials in AppVeyor.
>
> But essentially, it's not hard to set up, AFAICT.
> Paul
>
--
Ryan
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."
Personal reality distortion fields are immune to contradictory evidence. -
srean
Check out my website: http://kirbyfan64.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140921/af254f2a/attachment.html>
More information about the Python-ideas
mailing list